1
0
Fork 0

[FIX] fix mobile menu font color, because of change in BS

This commit is contained in:
Jannik Beyerstedt 2016-05-19 18:20:26 +02:00
parent bf07985839
commit a3c0c0fb25
3 changed files with 8 additions and 0 deletions

View file

@ -2344,4 +2344,7 @@ a.text-danger:hover {
margin-left: 0; margin-left: 0;
margin-right: 0; } } margin-right: 0; } }
.bg-inverse {
color: #eceeef; }
/*# sourceMappingURL=foundation.css.map */ /*# sourceMappingURL=foundation.css.map */

Binary file not shown.

View file

@ -58,3 +58,8 @@
margin-right: 0; margin-right: 0;
} }
} }
// fix change in bootstrap
.bg-inverse {
color: #eceeef;
}