Commit 86632a24 authored by Geremia Taglialatela's avatar Geremia Taglialatela
Browse files

Base the navbar default brand hover color on default brand color

IMHO this default is better
parent 73f10843
1 merge request!10256Base the navbar default brand hover color on default brand color
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
......
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