]> git.ipfire.org Git - ipfire.org.git/commitdiff
CSS: Make background dark
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 26 Sep 2018 13:31:51 +0000 (14:31 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 26 Sep 2018 13:31:51 +0000 (14:31 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scss/_variables.scss

index 7bc0841ad041e7ae9afeedb56701908db28394b6..17ea7d1929aff97d4e5a145800fefbc3670b4dd0 100644 (file)
@@ -25,11 +25,8 @@ $theme-colors: (
        "lwl"                                   : $lwl,
 );
 
-$yiq-text-dark:                                $primary;
-$yiq-text-light:                       $secondary;
-
-$body-bg:                                      $blue-grey-50;
-$body-color:                           $blue-grey-900;
+$body-bg:                                      $dark;
+$body-color:                           $white;
 
 // Breakpoints
 $grid-breakpoints: (