Restore mobile-only background color that wasn't the problem
This commit is contained in:
parent
9f4782d5c4
commit
949cc89843
1 changed files with 3 additions and 1 deletions
|
@ -104,7 +104,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-menu {
|
.navbar-menu {
|
||||||
background-color: $dark;
|
@include mobile {
|
||||||
|
background-color: $dark;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-dropdown {
|
.navbar-dropdown {
|
||||||
|
|
Loading…
Reference in a new issue