Commit 0378a6be authored by Mark Otto's avatar Mark Otto
Browse files

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

parent 3c99de97
Showing with 5 additions and 5 deletions
+5 -5
...@@ -4218,7 +4218,7 @@ fieldset[disabled] .navbar-default .btn-link:focus { ...@@ -4218,7 +4218,7 @@ fieldset[disabled] .navbar-default .btn-link:focus {
background-color: transparent; background-color: transparent;
} }
.navbar-inverse .navbar-text { .navbar-inverse .navbar-text {
color: #777; color: #969696;
} }
.navbar-inverse .navbar-nav > li > a { .navbar-inverse .navbar-nav > li > a {
color: #777; color: #777;
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -4218,7 +4218,7 @@ fieldset[disabled] .navbar-default .btn-link:focus { ...@@ -4218,7 +4218,7 @@ fieldset[disabled] .navbar-default .btn-link:focus {
background-color: transparent; background-color: transparent;
} }
.navbar-inverse .navbar-text { .navbar-inverse .navbar-text {
color: #777; color: #969696;
} }
.navbar-inverse .navbar-nav > li > a { .navbar-inverse .navbar-nav > li > a {
color: #777; color: #777;
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -368,7 +368,7 @@ ...@@ -368,7 +368,7 @@
// Inverted navbar // Inverted navbar
// Reset inverted navbar basics // Reset inverted navbar basics
@navbar-inverse-color: @gray-light; @navbar-inverse-color: lighten(@gray-light, 12%);
@navbar-inverse-bg: #222; @navbar-inverse-bg: #222;
@navbar-inverse-border: darken(@navbar-inverse-bg, 10%); @navbar-inverse-border: darken(@navbar-inverse-bg, 10%);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment