From 680b54969230a1d6b3cb56aa357db80b9b23e4f6 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Wed, 11 Mar 2020 13:50:53 +0100 Subject: Migrate palette to HSL --- client/src/sass/application.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'client/src/sass/application.scss') diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index a9475e484..f76a82243 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -23,12 +23,12 @@ body { /*** theme ***/ // now beware node-sass requires interpolation // for css custom properties #{$var} - --mainColor: #{$orange-color}; - --mainColorLighter: #{$orange-color-lighter}; - --mainHoverColor: #{$orange-hover-color}; + --mainColor: #{$main-color}; + --mainColorLighter: #{$main-color-lighter}; + --mainHoverColor: #{$main-hover-color}; --mainBackgroundColor: #{$bg-color}; --mainForegroundColor: #{$fg-color}; - --secondaryColor: #{$cyan-color}; + --secondaryColor: #{$secondary-color}; --menuBackgroundColor: #{$menu-background}; --menuForegroundColor: #{$menu-color}; -- cgit v1.2.3