2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03: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
+1 -1
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%);