]> git.ipfire.org Git - ipfire.org.git/commitdiff
CSS: Add Lightning Wire Labs colour to the theme
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 17 Jul 2018 11:47:18 +0000 (12:47 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 17 Jul 2018 11:47:18 +0000 (12:47 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scss/_variables.scss

index f20da77035916e0a131b625f4a2912b568634ee1..56cd869ff43a734c4551d92ebe15526170035583 100644 (file)
@@ -32,12 +32,19 @@ $orange-a400:                               #ff3d00;
 
 $cyan:                                         #00bcd4;
 
+// Lightning Wire Labs colour
+$lwl:                                          #4b0082;
+
 // Theme
 $primary:                                      $red-900;
 $secondary:                                    white;
 $light:                                                $blue-grey-50;
 $dark:                                         $blue-grey-900;
 
+$theme-colors: (
+       "lwl"                                   : $lwl,
+);
+
 $yiq-text-dark:                                $primary;
 $yiq-text-light:                       $secondary;