summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-01-15 19:24:16 +0300
committerAndrew Dolgov <[email protected]>2020-01-15 19:24:16 +0300
commit235438373af4c2a0149257de0896c722a167285a (patch)
tree5bd2274a26cceec83d51298cd4dcb04ed54a2682 /themes/night.css
parent4e9e6b1cea674a8621de851c953384f063db3c53 (diff)
lower contrast a bit on night themes
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/night.css b/themes/night.css
index cd4447c..d0a7ede 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -1,5 +1,5 @@
body, .loading, html:-webkit-full-screen {
- background : black;
+ background : #222;
color : #ccc;
}