Cosmetic menu color red

This commit is contained in:
sparkyx 2024-12-21 14:25:10 +01:00
parent e5d31e189a
commit 4c3f06a215

View file

@ -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;
}
}