From: Michael Tremer Date: Tue, 27 Jun 2023 10:29:37 +0000 (+0000) Subject: CSS: Make headlines and texts a lighter black X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e6fdeee30ea37d46256a997615951694c7748772;p=ipfire.org.git CSS: Make headlines and texts a lighter black Signed-off-by: Michael Tremer --- diff --git a/src/sass/main.sass b/src/sass/main.sass index 524e7a00..b23846f0 100644 --- a/src/sass/main.sass +++ b/src/sass/main.sass @@ -24,10 +24,10 @@ $custom-colors: ("lwl" : ($lwl, $white)) $link: $primary // Use black for titles -$title-color: $black +$title-color: $grey-darker // Use dark grey for text -$text: #4f4f4f +$text: $grey-darker @import "../third-party/bulma/sass/utilities/derived-variables.sass"