Initial conversion to css variables

This commit is contained in:
Michael Shamoon
2022-03-08 14:49:40 -08:00
parent a62816bd7e
commit 6211846e14
11 changed files with 251 additions and 349 deletions

View File

@@ -35,16 +35,14 @@
.sidebar .nav-link {
font-weight: 500;
color: #333;
}
.sidebar .nav-link .sidebaricon {
margin-right: 4px;
color: #999;
}
.sidebar .nav-link.active {
color: $primary;
color: var(--bs-primary);
font-weight: bold;
}