[FIX] fix mobile menu font color, because of change in BS
This commit is contained in:
parent
bf07985839
commit
a3c0c0fb25
3
assets/css/foundation.css
vendored
3
assets/css/foundation.css
vendored
|
@ -2344,4 +2344,7 @@ a.text-danger:hover {
|
|||
margin-left: 0;
|
||||
margin-right: 0; } }
|
||||
|
||||
.bg-inverse {
|
||||
color: #eceeef; }
|
||||
|
||||
/*# sourceMappingURL=foundation.css.map */
|
Binary file not shown.
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…
Reference in a new issue