]> git.ipfire.org Git - ipfire.org.git/commitdiff
CSS: Make headlines and texts a lighter black
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 27 Jun 2023 10:29:37 +0000 (10:29 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 27 Jun 2023 10:29:37 +0000 (10:29 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/sass/main.sass

index 524e7a004f836c42cb55ac2297a6844ec73ccb8b..b23846f023b6f5b95533f57ee05bb651fe472d55 100644 (file)
@@ -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"