diff --git a/public/css/icinga/base.less b/public/css/icinga/base.less index 022eb0b64..425967716 100644 --- a/public/css/icinga/base.less +++ b/public/css/icinga/base.less @@ -11,9 +11,9 @@ html { } a { + // Reset defaults color: inherit; font-weight: @font-weight-bold; - line-height: @line-height; text-decoration: none; &:hover { @@ -26,6 +26,7 @@ body { color: @text-color; font-family: @font-family; font-size: @font-size; + line-height: @line-height; } h1 {