0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

make brand links follow navbarLinkColor but also be customizable in advanced cases.

This commit is contained in:
ctalkington 2012-03-15 14:21:27 -05:00
parent 8e0afbeaa4
commit bf09c979ca
3 changed files with 3 additions and 2 deletions

View File

@ -2868,7 +2868,7 @@ input[type="submit"].btn.btn-mini {
font-size: 20px;
font-weight: 200;
line-height: 1;
color: #ffffff;
color: #999999;
}
.navbar .navbar-text {
margin-bottom: 0;

View File

@ -74,7 +74,7 @@
font-size: 20px;
font-weight: 200;
line-height: 1;
color: @white;
color: @navbarBrandColor;
}
// Plain text in topbar
.navbar-text {

View File

@ -154,6 +154,7 @@
@navbarSearchBackgroundFocus: @white;
@navbarSearchBorder: darken(@navbarSearchBackground, 30%);
@navbarSearchPlaceholderColor: #ccc;
@navbarBrandColor: @navbarLinkColor;
// Hero unit