Properly inherit a readable color, patch by bugrep

This commit is contained in:
Garvin Hicking 2009-02-25 08:38:09 +00:00
parent d67d2c6985
commit c113be7850

View File

@ -2,7 +2,7 @@
body {
background-color: #333333;
color: black;
color: #cccccc;
font-family: Verdana, Arial, sans-serif;
margin: 0px;
}