Update .sb-nav* .sb-sidenav* .sb-topnav* classes

This commit is contained in:
billz
2024-10-24 00:15:27 -07:00
parent 3f8dea4053
commit 4860b237a1
3 changed files with 20 additions and 3 deletions

View File

@@ -15,12 +15,21 @@ License: GNU General Public License v3.0
body {
color: #212529;
background-color: #f8f9fc;
}
.sb-sidenav-light .sb-sidenav-menu .nav-link:hover {
color: <?php echo $color; ?>;
}
.sidebar {
background-color: #f8f9fc;
}
.sb-nav-link-icon.active {
font-weight: 600;
}
.sidebar .nav-item.active .nav-link {
font-weight: 500;
}