From 7f2521e0ca0a925b3dfa1f05ae7313d4c888714c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Wed, 17 Nov 2021 08:10:03 +0100 Subject: [PATCH] Fix `$menu-bg-color` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- res/themes/light/css/_light.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/themes/light/css/_light.scss b/res/themes/light/css/_light.scss index 67e15e58a20..286dff55180 100644 --- a/res/themes/light/css/_light.scss +++ b/res/themes/light/css/_light.scss @@ -104,7 +104,7 @@ $widget-body-bg-color: $background; // Menu // ******************** $menu-border-color: #e7e7e7; -$menu-bg-color: $system; +$menu-bg-color: $background; $menu-box-shadow-color: rgba(118, 131, 156, 0.6); $menu-selected-color: #f5f8fa; // ********************