0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

Fixes #13943: Lighten the navbar inverse link color more since our text contrast change in v3.2.0

This commit is contained in:
Mark Otto 2014-07-05 19:59:50 -07:00
parent 3c99de9764
commit 0378a6be2a
7 changed files with 7 additions and 7 deletions

View File

@ -4218,7 +4218,7 @@ fieldset[disabled] .navbar-default .btn-link:focus {
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #777;
color: #969696;
}
.navbar-inverse .navbar-nav > li > a {
color: #777;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4218,7 +4218,7 @@ fieldset[disabled] .navbar-default .btn-link:focus {
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #777;
color: #969696;
}
.navbar-inverse .navbar-nav > li > a {
color: #777;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -368,7 +368,7 @@
// Inverted navbar
// Reset inverted navbar basics
@navbar-inverse-color: @gray-light;
@navbar-inverse-color: lighten(@gray-light, 12%);
@navbar-inverse-bg: #222;
@navbar-inverse-border: darken(@navbar-inverse-bg, 10%);