Fix hidden nav button on inverted (#140)
This commit is contained in:
parent
4ff77035f6
commit
ced910a886
|
@ -31,7 +31,6 @@ body.inverted {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.menu-button {
|
.menu-button {
|
||||||
display: none;
|
|
||||||
@media only screen and (max-width : 768px) {
|
@media only screen and (max-width : 768px) {
|
||||||
color: $fg-color-inverted;
|
color: $fg-color-inverted;
|
||||||
&:hover,
|
&:hover,
|
||||||
|
|
Loading…
Reference in New Issue