SEC-1090: Set bg and fg colour in site.css

This commit is contained in:
Luke Taylor 2009-04-20 07:19:09 +00:00
parent fbb42b100b
commit 3b6d5316cc
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
body {
background-color: white;
color: black;
}
.poweredBy { .poweredBy {
visibility: hidden; visibility: hidden;
} }