mirror of https://git.48k.eu/ogcp
Highlight active navbar link
Change background color and round borders of active/current navbar link to highlight it.multi-ogserver
parent
7dfeb3e44e
commit
406f578597
|
@ -25,6 +25,8 @@ html, body {
|
|||
}
|
||||
.active > .nav-link {
|
||||
font-weight: bold;
|
||||
background: slategrey;
|
||||
border-radius: 10rem;
|
||||
}
|
||||
|
||||
.text-wol {
|
||||
|
|
Loading…
Reference in New Issue