From: Michael Tremer Date: Tue, 17 Jul 2018 11:47:18 +0000 (+0100) Subject: CSS: Add Lightning Wire Labs colour to the theme X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=40f21c7425fabbfdcc0134800f99907d7bc282c2;p=ipfire.org.git CSS: Add Lightning Wire Labs colour to the theme Signed-off-by: Michael Tremer --- diff --git a/src/scss/_variables.scss b/src/scss/_variables.scss index f20da770..56cd869f 100644 --- a/src/scss/_variables.scss +++ b/src/scss/_variables.scss @@ -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;