fix navbar background color

This commit is contained in:
Mael G. 2024-12-29 23:24:41 +01:00
parent 30d2402b1a
commit 8406a5ffe2

View file

@ -52,11 +52,13 @@ body {
--bulma-navbar-burger-color: #eff8e2;
--bulma-navbar-background-color: #23022e;
--bulma-navbar-item-color: #eff8e2;
margin: 0 auto;
box-shadow: 10px 10px 0px -5px #cecfc7;
background-color: #23022e !important;
}
.navbar-menu {
--bulma-navbar-background-color: #23022e;
}
.navbar-item:hover:not(.navbar-brand > a:nth-child(1)) {
background-color: #eff8e2;
color: #23022e;