summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-09-11 22:18:24 +0200
committerDaniel Friesel <derf@finalrewind.org>2020-09-11 22:18:24 +0200
commit3c7f39d00ae23731e8e2f0ccaaf1d37e7f4ba1dc (patch)
treebdfad6456087f1929808c1e4f86410430ed91ee3 /sass
parent79da0263cc51e002348777bddf895fcbe4bdd731 (diff)
dark mode: decrease contrast a bit3.1.6
Diffstat (limited to 'sass')
-rw-r--r--sass/dark.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/dark.scss b/sass/dark.scss
index b30da63..d9e8dde 100644
--- a/sass/dark.scss
+++ b/sass/dark.scss
@@ -1,4 +1,4 @@
-$bg: #000000;
+$bg: #101010;
$fg: #ffffff;
$link-color: #9999ff;
$fg3: #999999;