summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-09-15 19:35:25 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-09-15 19:35:25 +0200
commit9516d8ee034c5fd29836f7e3dfcaf21dbe33bdc3 (patch)
treedb6d9429c4c2fa21cfa0103b3f169b2178749e7c
parent1a13624c5e50be9b0c3c4edaec6d33d629ad132a (diff)
Make text color in dark mode more lightHEADmaster
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--sass/main.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/main.scss b/sass/main.scss
index a5eb41f..d490233 100644
--- a/sass/main.scss
+++ b/sass/main.scss
@@ -21,7 +21,7 @@
}
$theme-light-first-text-color: #444;
- $theme-dark-first-text-color: #888;
+ $theme-dark-first-text-color: #999;
$theme-light-second-text-color: #999;
$theme-dark-second-text-color: #666;
$theme-light-bg-color:#fafafa;