From 6562f1f727d13179025a8bb31715d2bf71dba86e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 21 Apr 2017 16:51:03 +0200 Subject: Client: add titles to menu blocks --- client/src/sass/_variables.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/src/sass') 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; $black-background: #1d2125; $grey-background: #f6f2f2; +$menu-color-link: #9cabb8; +$menu-color-block: #686f77; + $header-height: 65px; $header-border-color: #e9eff6; -- cgit v1.2.3