Standardize css

This commit is contained in:
cuom1999 2023-09-08 13:14:09 -05:00
parent a74056f101
commit 32fbdb4530
8 changed files with 28 additions and 35 deletions

View file

@ -35,7 +35,7 @@
.left-sidebar-item.active {
color: white;
font-weight: bold;
background-color: #045343;
background-color: $theme_color;
.sidebar-icon {
color: white;
@ -199,7 +199,7 @@
}
.left-sidebar-item.active:hover {
background-color: #045343;
background-color: $theme_color;
}
.sidebar-icon {