From 4c3f06a215d0b14cb7d96098829533dff6067ce7 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 21 Dec 2024 14:25:10 +0100 Subject: [PATCH] Cosmetic menu color red --- html/css/style-classic7.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index bab8568b8..0d6980316 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -3733,7 +3733,7 @@ h2.h-section { .nav-item.li-active.nav-item-underline::before { transform: scale(1); - background-color: darkred; + background-color:rgb(215,17,17) ; } /** @@ -3752,4 +3752,4 @@ h2.h-section { .nav-level3 .nav-link.active::after { background-color:yellow; - } \ No newline at end of file + }