TerminalHomepage/css/main.css

22 lines
313 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;
2022-06-06 14:56:20 +00:00
/* white-space: pre; */
2022-05-27 16:13:33 +00:00
}
#cursor {
position: absolute;
z-index: -1;
background-color: white;
display: inline-block;
opacity: 1;
}
#textbox {
color: lime;
}
#input {
color: lightgrey;
}