TerminalHomepage/css/main.css

21 lines
285 B
CSS
Raw Normal View History

2022-05-27 16:13:33 +00:00
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;
}