9 lines
122 B
CSS
9 lines
122 B
CSS
|
body {
|
||
|
font-family: monospace;
|
||
|
background-color: black;
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
li.notification {
|
||
|
color: green;
|
||
|
}
|