This commit is contained in:
2026-02-10 11:29:13 +01:00
parent a6c2e8681d
commit b58d7f33f0
9 changed files with 91 additions and 12 deletions

View File

@@ -322,6 +322,15 @@ body {
width: 100%;
}
.nav-link.active {
color: white;
background: rgba(255, 255, 255, 0.15);
}
.nav-link.active::after {
width: 100%;
}
.logo-link {
text-decoration: none;
display: flex;