Set the background black

This commit is contained in:
David Cormier 2013-10-01 19:39:24 -04:00
commit b409bd5e37
3 changed files with 12 additions and 0 deletions

9
css/glowingbear.css Normal file
View file

@ -0,0 +1,9 @@
body {
font-family: monospace;
background-color: black;
color: white;
}
li.notification {
color: green;
}