From fe06c19125ff8627fcc78328161209b2528d22f1 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 4 Nov 2015 16:18:46 +0100 Subject: [PATCH] CSS: Don't set font-weight to bold for links refs #5543 --- public/css/icinga/base.less | 1 - 1 file changed, 1 deletion(-) diff --git a/public/css/icinga/base.less b/public/css/icinga/base.less index f16e9b915..f79a2b3b3 100644 --- a/public/css/icinga/base.less +++ b/public/css/icinga/base.less @@ -20,7 +20,6 @@ html { a { // Reset defaults color: inherit; - font-weight: @font-weight-bold; text-decoration: none; &:focus {