From bd71f0bbf84e44839cfa24ab3b8ccdf786b9d18c Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 23 Sep 2015 11:13:42 +0200 Subject: [PATCH] CSS: Add font-weight-bold to the icinga theme refs #5543 --- public/css/icinga/themes/icinga.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/css/icinga/themes/icinga.less b/public/css/icinga/themes/icinga.less index e66a402cc..f112c575e 100644 --- a/public/css/icinga/themes/icinga.less +++ b/public/css/icinga/themes/icinga.less @@ -10,7 +10,7 @@ // Background color for @body-bg-color: #fff; -// Text color on +// Text colors @text-color: #535353; @text-color-inverted: @body-bg-color; @text-color-light: @gray; @@ -18,10 +18,11 @@ // Text color on @link-color: @text-color; -// Font and line-height for text on +// Font and line-height for text @font-family: Calibri, Helvetica, sans-serif; @font-size: 14px; @font-size-small: 11px; +@font-weight-bold: 600; @line-height: 17px; @line-height-small: 14px;