aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/application.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r--client/src/sass/application.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index 5386e3bb3..e10663c43 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -26,12 +26,17 @@ body {
26 --mainHoverColor: #{$orange-hover-color}; 26 --mainHoverColor: #{$orange-hover-color};
27 --mainBackgroundColor: #{$bg-color}; 27 --mainBackgroundColor: #{$bg-color};
28 --mainForegroundColor: #{$fg-color}; 28 --mainForegroundColor: #{$fg-color};
29
29 --menuBackgroundColor: #{$menu-background}; 30 --menuBackgroundColor: #{$menu-background};
30 --menuForegroundColor: #{$menu-color}; 31 --menuForegroundColor: #{$menu-color};
31 --submenuColor: #{$sub-menu-color}; 32 --submenuColor: #{$sub-menu-color};
33
32 --inputColor: #{$input-background-color}; 34 --inputColor: #{$input-background-color};
33 --inputPlaceholderColor: #{$input-placeholder-color}; 35 --inputPlaceholderColor: #{$input-placeholder-color};
34 36
37 --supportButtonBackgroundColor: #{$support-button};
38 --supportButtonColor: #{$white};
39
35 font-family: $main-fonts; 40 font-family: $main-fonts;
36 font-weight: $font-regular; 41 font-weight: $font-regular;
37 color: var(--mainForegroundColor); 42 color: var(--mainForegroundColor);