diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-03-11 13:50:53 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-03-11 13:51:24 +0100 |
commit | 680b54969230a1d6b3cb56aa357db80b9b23e4f6 (patch) | |
tree | b038c2aa46191a2d1982f53a44eb4c4c8a6bc963 /client/src/sass/application.scss | |
parent | 75264e371c9cc46d32b072c171e59fc00fde0fe1 (diff) | |
download | PeerTube-680b54969230a1d6b3cb56aa357db80b9b23e4f6.tar.gz PeerTube-680b54969230a1d6b3cb56aa357db80b9b23e4f6.tar.zst PeerTube-680b54969230a1d6b3cb56aa357db80b9b23e4f6.zip |
Migrate palette to HSL
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 8 |
1 files changed, 4 insertions, 4 deletions
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 { | |||
23 | /*** theme ***/ | 23 | /*** theme ***/ |
24 | // now beware node-sass requires interpolation | 24 | // now beware node-sass requires interpolation |
25 | // for css custom properties #{$var} | 25 | // for css custom properties #{$var} |
26 | --mainColor: #{$orange-color}; | 26 | --mainColor: #{$main-color}; |
27 | --mainColorLighter: #{$orange-color-lighter}; | 27 | --mainColorLighter: #{$main-color-lighter}; |
28 | --mainHoverColor: #{$orange-hover-color}; | 28 | --mainHoverColor: #{$main-hover-color}; |
29 | --mainBackgroundColor: #{$bg-color}; | 29 | --mainBackgroundColor: #{$bg-color}; |
30 | --mainForegroundColor: #{$fg-color}; | 30 | --mainForegroundColor: #{$fg-color}; |
31 | --secondaryColor: #{$cyan-color}; | 31 | --secondaryColor: #{$secondary-color}; |
32 | 32 | ||
33 | --menuBackgroundColor: #{$menu-background}; | 33 | --menuBackgroundColor: #{$menu-background}; |
34 | --menuForegroundColor: #{$menu-color}; | 34 | --menuForegroundColor: #{$menu-color}; |