This commit is contained in:
KONE SOREL 2026-04-10 08:43:34 +00:00
parent ae5684bebe
commit 3e9b8726c5

View File

@ -313,7 +313,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
/* État Actif (Parent) */
.sidebar-nav > .nav-item > .nav-link.active,
.sidebar-nav > .nav-item > .nav-link[aria-expanded="true"] {
background: #d6d7d8;
background: var(--bg-base); /*#d6d7d8;*/
color:var(--color-primary-dark);
}