summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-03-03 17:30:36 +0300
committerAndrew Dolgov <[email protected]>2017-03-03 17:30:36 +0300
commit53d62a4ec7c53d8e1a947dd4600d977e94cfee8d (patch)
tree25f333ebf02d789ef14a2b8bdd95ad1a1dba6650 /css
parent18fed64bcdee212a10fc3200807c12a19a40b936 (diff)
night mode should apply to loading splash
Diffstat (limited to '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;
}
+