Fix active navbar link

This commit is contained in:
Matthias 2021-06-25 18:56:34 +02:00
parent 0c1721d9e9
commit c143778a49

View File

@ -210,8 +210,9 @@ export default class NavBar extends Vue {
padding: 0.2rem 1rem;
}
.router-link-active,
.nav-link:active {
color: white;
color: white !important;
}
.verticalCenter {