summaryrefslogtreecommitdiff
path: root/css/read.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/read.css')
-rw-r--r--css/read.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/css/read.css b/css/read.css
index 66806ef..fd9f076 100644
--- a/css/read.css
+++ b/css/read.css
@@ -1,3 +1,11 @@
+body.night {
+ background : black;
+ color : #999;
+}
+
+body.night .loading {
+ background : black;
+}
.loading {
position : absolute;
color : #999;
@@ -92,3 +100,4 @@
height : auto;
overflow : auto;
}
+