Highlight active nav items

Use bold font for active nav items.
multi-ogserver
Jose M. Guisado 2022-02-22 12:40:26 +01:00
parent 07b69dab90
commit ea4ee6662f
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ html, body {
.nav-link {
padding: 0;
}
.active > .nav-link {
font-weight: bold;
}
.text-wol {
color: #99791a !important;