mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-09 23:40:58 +00:00
Base the navbar default brand hover color on default brand color
IMHO this default is better
This commit is contained in:
parent
73f10843a4
commit
86632a242b
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@
|
|||
|
||||
// Navbar brand label
|
||||
@navbar-default-brand-color: @navbar-default-link-color;
|
||||
@navbar-default-brand-hover-color: darken(@navbar-default-link-color, 10%);
|
||||
@navbar-default-brand-hover-color: darken(@navbar-default-brand-color, 10%);
|
||||
@navbar-default-brand-hover-bg: transparent;
|
||||
|
||||
// Navbar toggle
|
||||
|
|
|
|||
Loading…
Reference in a new issue