From c4ee21407740cf5b99e96a8d18bd684691eaf8ff Mon Sep 17 00:00:00 2001 From: Troplo Date: Sat, 5 Aug 2023 18:23:22 +1000 Subject: [PATCH] Update theme-earl-grey.css --- theme-earl-grey.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/theme-earl-grey.css b/theme-earl-grey.css index eccb36b..0a98601 100644 --- a/theme-earl-grey.css +++ b/theme-earl-grey.css @@ -827,8 +827,6 @@ img[src$="/img/matrix.svg"] { border: 1px solid rgba(121, 71, 66, 0.5) !important; border-bottom: none !important; } - -#navbar .item:hover { - background-color: var(--color-nav-bg); -} - +#navbar .item:hover:not(div) { + background-color: var(--color-hover); +} \ No newline at end of file