From 1d9d9cfdcf3983e3fd89026bc4b5633a8abf5752 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Tue, 11 Sep 2018 22:55:41 +0200 Subject: add css custom properties for the left menu --- client/src/sass/application.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/src/sass/application.scss') diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 8d2bfb077..caf039b6d 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -26,6 +26,8 @@ body { --mainHoverColor: #{$orange-hoover-color}; --mainBackgroundColor: #{$bg-color}; --mainForegroundColor: #{$fg-color}; + --menuBackgroundColor: #{$menu-background}; + --menuForegroundColor: #{$menu-color}; --submenuColor: #{$sub-menu-color}; --inputColor: #{$input-background-color}; --inputPlaceholderColor: #{$input-placeholder-color}; -- cgit v1.2.3