Highlight active navbar link

Change background color and round borders of active/current navbar
link to highlight it.
multi-ogserver
Javier Sánchez Parra 2022-03-09 10:11:39 +01:00
parent 7dfeb3e44e
commit 406f578597
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ html, body {
}
.active > .nav-link {
font-weight: bold;
background: slategrey;
border-radius: 10rem;
}
.text-wol {