ux: set font weight active page to 500

This commit is contained in:
Henk Verlinde
2022-02-01 11:51:28 +01:00
parent 57c76b58b5
commit 8c9916d091
2 changed files with 7 additions and 1 deletions

View File

@ -92,6 +92,12 @@ a.docs-link {
color: $link-color;
}
.nav-link.active,
.dropdown-menu-main .dropdown-item.active,
.docs-link.active {
font-weight: 500;
}
.docs-links h3.sidebar-link,
.page-links h3.sidebar-link {
text-transform: none;