7 lines
76 B
CSS
7 lines
76 B
CSS
* {
|
|
font-family: monospace;
|
|
}
|
|
window {
|
|
background-color: #7c818c;
|
|
}
|