Show currently selected nav item
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-04-03 19:49:53 +02:00
parent 72fbf5d212
commit 4ed10e5bc0
2 changed files with 10 additions and 1 deletions

View File

@ -61,6 +61,11 @@ nav {
display:flex;
justify-content:center;
background:$nav-background-secondary;
a.active {
color: $nav-anchor-hover-color;
background-color: $nav-background-primary;
}
}
}