]> git.ipfire.org Git - ipfire.org.git/commitdiff
CSS: Apply new colour scheme for background
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 3 Nov 2020 11:30:20 +0000 (11:30 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 3 Nov 2020 11:30:20 +0000 (11:30 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scss/_variables.scss

index 368f6016250281509b5a02008c2aa52ec3e93c65..cad540f8a399020f14e6a2c1c4a59e4c4050876f 100644 (file)
@@ -19,16 +19,17 @@ $twitter:                                   #00acee;
 // Theme
 $primary:                                      #FF2E53;
 $secondary:                                    #757575;
-$light:                                                $gray-400;
-$dark:                                         $gray-800;
+$light:                                                #c4c4c4;
+$dark:                                         #4f4f4f;
 
 $theme-colors: (
        "lwl"                                   : $lwl,
        "twitter"               : $twitter,
 );
 
-$body-bg:                                      $dark;
-$body-color:                           $white;
+$body-bg:                                      $white;
+$body-color:                           $dark;
+
 $code-color:                           $white;
 $pre-color:                                    $white;
 $table-color:                          inherit;