From 9849b803ccb58ea18346cbdb4d28aeb0e1807088 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 26 Sep 2018 17:06:58 +0100 Subject: [PATCH] CSS: Adjust colours again Signed-off-by: Michael Tremer --- src/scss/_variables.scss | 9 ++++++--- src/templates/index.html | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/scss/_variables.scss b/src/scss/_variables.scss index e01e7c4a..8a6b9edd 100644 --- a/src/scss/_variables.scss +++ b/src/scss/_variables.scss @@ -5,19 +5,19 @@ $black: #000000; $white: #ffffff; // Grays -$gray-400: #6a788b; +$gray-400: #ede8e8; $gray-800: #31353c; $red: #ee2e31; $yellow: #e7e247; -$cyan: #32ffdc; +$cyan: #2ee8c8; // Lightning Wire Labs colour $lwl: #4b0082; // Theme $primary: $red; -$secondary: $gray-400; +$secondary: $cyan; $light: $gray-400; $dark: $gray-800; @@ -25,6 +25,9 @@ $theme-colors: ( "lwl" : $lwl, ); +$yiq-text-dark: $dark; +$yiq-text-light: $white; + $body-bg: $dark; $body-color: $white; diff --git a/src/templates/index.html b/src/templates/index.html index d89471f4..6d6da74a 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -15,7 +15,7 @@ -- 2.47.3