1
0
mirror of synced 2026-05-22 21:33:16 +00:00

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
+5
View File
@@ -1,3 +1,8 @@
body {
background-color: white;
color: black;
}
.poweredBy {
visibility: hidden;
}