TerminalHomepage/css/main.css
2022-05-27 18:13:33 +02:00

21 lines
285 B
CSS

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