From 499eb8f8aa043d7429f05bb1411add6a8b2991e9 Mon Sep 17 00:00:00 2001 From: loof2736 Date: Fri, 11 Nov 2022 07:53:43 -0500 Subject: [PATCH] Modified accent color --- CSS/css-scyfin/scyfin-theme.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CSS/css-scyfin/scyfin-theme.css b/CSS/css-scyfin/scyfin-theme.css index c2c2eda..81934b3 100644 --- a/CSS/css-scyfin/scyfin-theme.css +++ b/CSS/css-scyfin/scyfin-theme.css @@ -102,6 +102,9 @@ text-align: center !important; height: 45px !important; } +.navMenuOption:hover:not(.navMenuOption-selected) { + background-color: rgba(44, 44, 44, 0.7); +} /* Center icons and text and shift to the left */ .navMenuOptionIcon, .navMenuOptionText { @@ -116,10 +119,10 @@ -/* Left drawer button color */ +/* Custom button color */ .navMenuOption-selected { - background: #46372D!important; - color: #FFB380 !important; + background: rgba(33, 149, 243, 0.2) !important; + color: rgb(33, 149, 243) !important; }