From d46e645a0f19b24280bf700f4d4fb56caadb4409 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 2 Aug 2013 14:07:26 -0700 Subject: fixes #9015: bold links not semibold in alerts --- less/alerts.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less') diff --git a/less/alerts.less b/less/alerts.less index 09293d601..75e142d8f 100644 --- a/less/alerts.less +++ b/less/alerts.less @@ -26,7 +26,7 @@ } // Provide class for links that match alerts .alert-link { - font-weight: 500; + font-weight: bold; color: darken(@alert-text, 10%); } -- cgit v1.2.3