Commit 37a6879c authored by Mark Otto's avatar Mark Otto

White navbar brand text for inverted navbar

parent 28e17020
......@@ -3228,7 +3228,7 @@ button.close {
.navbar-inverse .brand:hover,
.navbar-inverse .brand:focus {
color: #808080;
color: #ffffff;
background-color: transparent;
}
......
......@@ -199,7 +199,7 @@
// Inverted navbar brand label
@navbar-inverse-brand-color: @navbar-inverse-link-color;
@navbar-inverse-brand-color-hover: darken(@navbar-inverse-link-color, 10%);
@navbar-inverse-brand-color-hover: #fff;
@navbar-inverse-brand-bg-hover: transparent;
// Inverted navbar links
......
Markdown is supported
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