diff options
| author | Mark Otto <[email protected]> | 2014-07-05 19:59:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-05 19:59:50 -0700 |
| commit | 0378a6be2a5a42f408aeed24e20933039352ba74 (patch) | |
| tree | b5bfbc7fd2c854bb7003b2a138f7026e0256cbfb /docs/dist/css/bootstrap.css | |
| parent | 3c99de976497928fac0585bda2bf0961e3b162bf (diff) | |
| download | bootstrap-0378a6be2a5a42f408aeed24e20933039352ba74.tar.xz bootstrap-0378a6be2a5a42f408aeed24e20933039352ba74.zip | |
Fixes #13943: Lighten the navbar inverse link color more since our text contrast change in v3.2.0
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index b58689e1c..dedf1b3b9 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -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; |
