darken shade of links for better visibility

pull/2/head
Michael Q Larson 2014-11-08 13:08:47 -08:00
parent d542ccadff
commit d12014aa23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
@text-color: @gray-dark; @text-color: @gray-dark;
//** Global textual link color. //** Global textual link color.
@link-color: @brand-primary; @link-color: #34ad58;
//** Link hover color set via `darken()` function. //** Link hover color set via `darken()` function.
@link-hover-color: darken(@link-color, 15%); @link-hover-color: darken(@link-color, 15%);