TerminalHomepage/css/main.css

22 lines
313 B
CSS

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