mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
White navbar brand text for inverted navbar
This commit is contained in:
parent
28e1702052
commit
37a6879ca5
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user