diff options
| author | Mark Otto <[email protected]> | 2014-08-23 13:26:37 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-08-23 13:26:37 -0700 |
| commit | 9a39ee90b4fd4d5b9b6f9a6f2c9d5a29ffeafe92 (patch) | |
| tree | 55e28b375944b101823596107c7a16cc466c56eb /less | |
| parent | f265137c0517266206055d306ed41e9456878652 (diff) | |
| download | bootstrap-9a39ee90b4fd4d5b9b6f9a6f2c9d5a29ffeafe92.tar.xz bootstrap-9a39ee90b4fd4d5b9b6f9a6f2c9d5a29ffeafe92.zip | |
Fixes #13943 again: lighten links, and text, in navbar. Still not 100% compliant, but it's better.
Diffstat (limited to 'less')
| -rw-r--r-- | less/variables.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/variables.less b/less/variables.less index 0d354d16a..d6a972ff6 100644 --- a/less/variables.less +++ b/less/variables.less @@ -369,12 +369,12 @@ // Inverted navbar // Reset inverted navbar basics -@navbar-inverse-color: lighten(@gray-light, 12%); +@navbar-inverse-color: lighten(@gray-light, 15%); @navbar-inverse-bg: #222; @navbar-inverse-border: darken(@navbar-inverse-bg, 10%); // Inverted navbar links -@navbar-inverse-link-color: @gray-light; +@navbar-inverse-link-color: lighten(@gray-light, 15%); @navbar-inverse-link-hover-color: #fff; @navbar-inverse-link-hover-bg: transparent; @navbar-inverse-link-active-color: @navbar-inverse-link-hover-color; |
