Restore mobile-only background color that wasn't the problem

This commit is contained in:
benjamin melançon 2018-11-12 01:13:06 -05:00
parent 9f4782d5c4
commit 949cc89843

View file

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