summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/style.css b/style.css
index 5ebd06e..ee868d9 100644
--- a/style.css
+++ b/style.css
@@ -1,8 +1,9 @@
html {
- background: #ffffff;
+ background: #fff;
font: normal 100%/1.4 sans-serif;
margin: unset;
height: 100%;
+ color: #000;
}
body {
@@ -200,3 +201,10 @@ a:hover {
.log_item:hover {
background-color: #efeeee;
}
+
+.now-footer {
+ text-align: right;
+ font-size: 10pt;
+ color: #999;
+}
+