darken shade of links for better visibility
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
@text-color: @gray-dark;
|
||||
|
||||
//** Global textual link color.
|
||||
@link-color: @brand-primary;
|
||||
@link-color: #34ad58;
|
||||
//** Link hover color set via `darken()` function.
|
||||
@link-hover-color: darken(@link-color, 15%);
|
||||
|
||||
|
Reference in New Issue
Block a user