diff options
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/application.scss | 1 | ||||
-rw-r--r-- | client/src/sass/include/_variables.scss | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index be510c08f..7ed900574 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -32,6 +32,7 @@ body { | |||
32 | --secondaryColor: #{$secondary-color}; | 32 | --secondaryColor: #{$secondary-color}; |
33 | 33 | ||
34 | --greyForegroundColor: #{$grey-foreground-color}; | 34 | --greyForegroundColor: #{$grey-foreground-color}; |
35 | --greyBackgroundColor: #{$grey-background-color}; | ||
35 | 36 | ||
36 | --menuBackgroundColor: #{$menu-background}; | 37 | --menuBackgroundColor: #{$menu-background}; |
37 | --menuForegroundColor: #{$menu-color}; | 38 | --menuForegroundColor: #{$menu-color}; |
diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index 7b95bb8cc..130462b89 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss | |||
@@ -92,6 +92,7 @@ $variables: ( | |||
92 | --secondaryColor: var(--secondaryColor), | 92 | --secondaryColor: var(--secondaryColor), |
93 | 93 | ||
94 | --greyForegroundColor: var(--greyForegroundColor), | 94 | --greyForegroundColor: var(--greyForegroundColor), |
95 | --greyBackgroundColor: var(--greyBackgroundColor), | ||
95 | 96 | ||
96 | --menuBackgroundColor: var(--menuBackgroundColor), | 97 | --menuBackgroundColor: var(--menuBackgroundColor), |
97 | --menuForegroundColor: var(--menuForegroundColor), | 98 | --menuForegroundColor: var(--menuForegroundColor), |