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,8 +31,10 @@ body {
}
.navbar-menu {
@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 {
background-color: rgba(255, 255, 255, 0.0) !important;

View File

@ -11,7 +11,7 @@
</a>
</div>
<div id="navbarBasicExample" class="navbar-menu navbar-purple">
<div id="navbarBasicExample" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item" href="{{ url('/documentation') }}">
Documentation

File diff suppressed because one or more lines are too long