diff options
Diffstat (limited to 'client/src/sass/_variables.scss')
-rw-r--r-- | client/src/sass/_variables.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/sass/_variables.scss b/client/src/sass/_variables.scss index 1b91434ba..d89fbb5e0 100644 --- a/client/src/sass/_variables.scss +++ b/client/src/sass/_variables.scss | |||
@@ -3,6 +3,9 @@ $grey-color: #555; | |||
3 | $black-background: #1d2125; | 3 | $black-background: #1d2125; |
4 | $grey-background: #f6f2f2; | 4 | $grey-background: #f6f2f2; |
5 | 5 | ||
6 | $menu-color-link: #9cabb8; | ||
7 | $menu-color-block: #686f77; | ||
8 | |||
6 | $header-height: 65px; | 9 | $header-height: 65px; |
7 | $header-border-color: #e9eff6; | 10 | $header-border-color: #e9eff6; |
8 | 11 | ||