This commit is contained in:
KONE SOREL 2026-04-03 13:27:28 +00:00
parent 98a5f3ca35
commit 3218ad1a55
2 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@
}
.sidebar-nav .nav-content a {
width: 190px !important;
width: 172px !important;
cursor: pointer;
}

View File

@ -357,6 +357,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
margin: 4px 0;
border-left: 1px solid rgba(255, 255, 255, 0.1); /* Ligne de guide verticale */
margin-left: 6px;
background-color: gainsboro;
}
.sidebar-nav .nav-content li { margin-bottom: 1px; }
@ -371,7 +372,6 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
transition: all var(--transition-fast);
border-left: 2px solid transparent;
position: relative;
background-color: red;
}
.sidebar-nav .nav-content li a:hover {