From 2db284ce553e521302cc6aa1b51d5e4b5afde427 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 23 Sep 2015 11:13:58 +0200 Subject: [PATCH] CSS: Style a --- public/css/icinga/main.less | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/public/css/icinga/main.less b/public/css/icinga/main.less index cd64ccb83..df3053c45 100644 --- a/public/css/icinga/main.less +++ b/public/css/icinga/main.less @@ -8,6 +8,16 @@ html { .box-sizing(inherit); } +a { + color: @link-color; + font-weight: @font-weight-bold; + text-decoration: none; + + &:hover { + text-decoration: underline; + } +} + body { background-color: @body-bg-color; color: @text-color;