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,8 +104,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-menu {
|
.navbar-menu {
|
||||||
|
@include mobile {
|
||||||
background-color: $dark;
|
background-color: $dark;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.navbar-dropdown {
|
.navbar-dropdown {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
Loading…
Reference in a new issue