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 9 additions and 1 deletions

View file

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