[FIX] fix mobile menu font color, because of change in BS
This commit is contained in:
parent
bf07985839
commit
a3c0c0fb25
3 changed files with 9 additions and 1 deletions
5
assets/scss/foundation.scss
vendored
5
assets/scss/foundation.scss
vendored
|
@ -58,3 +58,8 @@
|
|||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// fix change in bootstrap
|
||||
.bg-inverse {
|
||||
color: #eceeef;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue