Skip to content

Commit

Permalink
CSS: Style a
Browse files Browse the repository at this point in the history
  • Loading branch information
lippserd committed Sep 23, 2015
1 parent bd71f0b commit 2db284c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions public/css/icinga/main.less
Expand Up @@ -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;
Expand Down

0 comments on commit 2db284c

Please sign in to comment.