This commit is contained in:
Daniel Brendel
2023-03-25 15:02:04 +01:00
parent c2beb1b45e
commit 5d84d9a100
4 changed files with 24 additions and 6 deletions

View File

@ -18,12 +18,20 @@ body {
transition: .3s ease-in-out;
}
.navbar-no-transition {
transition: unset;
}
.navbar-item-brand img {
border-radius: 50%;
}
.navbar-background-show {
background-color: rgb(76, 76, 120);
.navbar-purple {
background-color: rgb(76, 76, 120) !important;
}
.navbar-menu {
background-color: rgb(76, 76, 120) !important;
}
a.navbar-item:hover, a.navbar-item.is-active, .navbar-link:hover, .navbar-link.is-active {