TerminalHomepage/css/main.css

25 lines
322 B
CSS

body {
background-color: black;
font-family: 'Lucida Console', serif;
font-size: large;
}
#cursor {
position: absolute;
z-index: -1;
background-color: white;
display: inline-block;
opacity: 1;
}
#input {
opacity: 0;
}
#textbox {
color: lime;
}
#current {
color: lightgrey;
}