This commit is contained in:
Daniel Brendel
2023-03-25 22:45:53 +01:00
parent bead100921
commit b2f5eecbf1
3 changed files with 5 additions and 3 deletions

View File

@ -31,7 +31,9 @@ body {
}
.navbar-menu {
background-color: rgb(76, 76, 120) !important;
@media screen and (max-width: 1089px) {
background-color: rgb(76, 76, 120) !important;
}
}
a.navbar-item:hover, a.navbar-item.is-active, .navbar-link:hover, .navbar-link.is-active {