Set the background black
This commit is contained in:
parent
1a66d18537
commit
b409bd5e37
3 changed files with 12 additions and 0 deletions
9
css/glowingbear.css
Normal file
9
css/glowingbear.css
Normal file
|
@ -0,0 +1,9 @@
|
|||
body {
|
||||
font-family: monospace;
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
|
||||
li.notification {
|
||||
color: green;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue