Fix tour / slim sidebar compatibility

This commit is contained in:
Michael Shamoon
2022-10-09 23:58:41 -07:00
parent 9aa7e8e37e
commit 06d9e38457
3 changed files with 12 additions and 18 deletions

View File

@@ -524,7 +524,7 @@ body.tour-active .sidebar {
z-index: inherit !important;
}
.nav-link.touranchor--is-active {
.nav-item.touranchor--is-active a {
font-weight: bold !important;
color: var(--bs-primary);
}