5 lines
84 B
CSS
5 lines
84 B
CSS
body {
|
|
background-color: black;
|
|
color: white;
|
|
font-family: monospace;
|
|
}
|