]> git.ipfire.org Git - ipfire.org.git/commitdiff
CSS: Make secondary colour grey
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 14 Oct 2018 20:24:36 +0000 (21:24 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 14 Oct 2018 20:24:36 +0000 (21:24 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scss/_variables.scss
src/scss/style.scss

index e15bf05d2ca79ed0ea51e27cdb3b41883e0b0336..7c520f15e2f939ba1df328485898e67e42ecbf10 100644 (file)
@@ -20,7 +20,7 @@ $lwl:                                         #4b0082;
 
 // Theme
 $primary:                                      $red;
-$secondary:                                    $cyan;
+$secondary:                                    #757575;
 $light:                                                $gray-400;
 $dark:                                         $gray-800;
 
@@ -28,9 +28,6 @@ $theme-colors: (
        "lwl"                                   : $lwl,
 );
 
-$yiq-text-dark:                                $dark;
-$yiq-text-light:                       $white;
-
 $body-bg:                                      $dark;
 $body-color:                           $white;
 
index 9c30a52c11d96b1b8cec9004e69a588d4cd8b3ac..0a01c896137b92011465125d0bbeb1a304200d24 100644 (file)
@@ -59,6 +59,7 @@ body {
 
 @each $color, $value in $theme-colors {
        .btn-glow-#{$color} {
+               color: white;
                background-color: rgba($value, .15);
        }
 }