From: Michael Tremer Date: Wed, 26 Sep 2018 16:06:58 +0000 (+0100) Subject: CSS: Adjust colours again X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9849b803ccb58ea18346cbdb4d28aeb0e1807088;p=ipfire.org.git CSS: Adjust colours again Signed-off-by: Michael Tremer --- 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 @@