[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
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 */
|
File diff suppressed because one or more lines are too long
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