TerminalHomepage/css/main.css
2023-01-12 15:10:13 +01:00

30 lines
369 B
CSS

body {
background-color: black;
font-family: Consolas, 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;
}
#asciiArt {
text-align: center;
color: red;
}