summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-02-01 21:56:10 +0300
committerAndrew Dolgov <[email protected]>2018-02-01 22:36:46 +0300
commit0af56d18e86ac90cdd53d8e79781777b3fa23688 (patch)
treec7bf32de005aa3ed3bc8c53c91b1e4dce1fc9541 /themes
parentf7f56cc0c0307bbf7f01d2375f916e976be49cdb (diff)
various fixes related to multi-theme support
Diffstat (limited to 'themes')
-rw-r--r--themes/mocca.css2
-rw-r--r--themes/night.css3
2 files changed, 3 insertions, 2 deletions
diff --git a/themes/mocca.css b/themes/mocca.css
index 42e88c6..fd27f9c 100644
--- a/themes/mocca.css
+++ b/themes/mocca.css
@@ -1,4 +1,4 @@
-body {
+body, .loading {
background : #3B3228;
color : #D0C8C6;
}
diff --git a/themes/night.css b/themes/night.css
index 782300b..12c6d87 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -1,4 +1,5 @@
-body {
+body, .loading {
background : black;
color : #ccc;
}
+