From d12014aa23b4415c2ef656384e1133ced646ddba Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Sat, 8 Nov 2014 13:08:47 -0800 Subject: [PATCH] darken shade of links for better visibility --- public/css/lib/bootstrap/variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/lib/bootstrap/variables.less b/public/css/lib/bootstrap/variables.less index ac4b3e67ac6..2d1009098a0 100644 --- a/public/css/lib/bootstrap/variables.less +++ b/public/css/lib/bootstrap/variables.less @@ -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%);