From 40f21c7425fabbfdcc0134800f99907d7bc282c2 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 17 Jul 2018 12:47:18 +0100 Subject: [PATCH] CSS: Add Lightning Wire Labs colour to the theme Signed-off-by: Michael Tremer --- src/scss/_variables.scss | 7 +++++++ 1 file changed, 7 insertions(+) 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; -- 2.47.3