summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/style.css b/style.css
index 265fb8e..d6bcdd5 100644
--- a/style.css
+++ b/style.css
@@ -1,5 +1,9 @@
-body, table {
+html, body {
+ background: #f8f8f8;
+}
+html, body, table {
font-family: Verdana, "Trebuchet MS", "Lucida Grande", "Lucida Sans", Tahoma, Arial, sans-serif;
+ color: #202020;
}
body { font-size: 80%; }
.clear { clear: both; }
@@ -28,7 +32,7 @@ tr.todo td.status-box { background: white; }
tr.building td.status-box { background: yellow; }
tr.partial td.status-box { background: blue; }
-td.timeinfo { font-size: 85%; text-align: right; }
+td.timeinfo { font-size: 85%; text-align: right; color: #444444; }
td.percent { text-align: right; }
#stats { float: right; }