summaryrefslogtreecommitdiff
path: root/themes/default.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/default.css
parent4e9e6b1cea674a8621de851c953384f063db3c53 (diff)
lower contrast a bit on night themes
Diffstat (limited to 'themes/default.css')
-rw-r--r--themes/default.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default.css b/themes/default.css
index cf6c95b..9ccb3e8 100644
--- a/themes/default.css
+++ b/themes/default.css
@@ -1,6 +1,6 @@
@media (prefers-color-scheme: dark) {
body, .loading, html:-webkit-full-screen {
- background : black;
+ background : #222;
color : #ccc;
}