commit 262fcb2d9b7428731253724b9910d817f6736fd5
parent fb81587a668b324a4515b9775007e89bd61d0101
Author: Oscar Benedito <oscar@obenedito.org>
Date:   Tue, 10 Sep 2019 01:34:59 +0200

Dark theme edit

Diffstat:
Massets/dark.scss | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assets/dark.scss b/assets/dark.scss @@ -6,7 +6,7 @@ $secondary: #18BC9C; $text: #808080; $link: #375A7F; $grey: #B0B0B0; -$grey-lighter: $grey; +$grey-lighter: $text; $strong-color: $grey; $text-strong: $strong-color; $body-font-size: 1.1rem;