2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

fixes #5873: @navbarInverseBrandColor not used

This commit is contained in:
Drew Goodwin
2012-11-10 17:58:00 -08:00
parent 54486de88c
commit c8856eeff3
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -394,6 +394,10 @@
}
}
.brand {
color: @navbarInverseBrandColor;
}
.navbar-text {
color: @navbarInverseText;
}