Background of menu needs to be dark all the time, not just for mobile

(This was a bug in the static layouts, too, not just the actual site.)
This commit is contained in:
benjamin melançon 2018-11-11 22:07:37 -05:00
parent ceeeead696
commit a0719a5d10

View file

@ -103,9 +103,7 @@
}
.navbar-menu {
@include mobile {
background-color: $dark;
}
background-color: $dark;
}
.navbar-dropdown {