1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-23 05:33:02 +02:00

White navbar brand text for inverted navbar

This commit is contained in:
Mark Otto
2013-02-05 20:39:09 -08:00
parent 28e1702052
commit 37a6879ca5
2 changed files with 2 additions and 2 deletions

View File

@@ -3228,7 +3228,7 @@ button.close {
.navbar-inverse .brand:hover,
.navbar-inverse .brand:focus {
color: #808080;
color: #ffffff;
background-color: transparent;
}