diff options
author | Matthias Beyer <mail@beyermatthias.de> | 2021-09-15 19:35:25 +0200 |
---|---|---|
committer | Matthias Beyer <mail@beyermatthias.de> | 2021-09-15 19:35:25 +0200 |
commit | 9516d8ee034c5fd29836f7e3dfcaf21dbe33bdc3 (patch) | |
tree | db6d9429c4c2fa21cfa0103b3f169b2178749e7c | |
parent | 1a13624c5e50be9b0c3c4edaec6d33d629ad132a (diff) |
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r-- | sass/main.scss | 2 |
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; |