css: Make links in announcements blue, @icinga-blue

refs #2641
This commit is contained in:
Alexander A. Klimov 2017-11-24 17:03:23 +01:00 committed by Johannes Meyer
parent e59fa13786
commit e86566f634
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@
border-bottom: 1px solid @gray-lighter;
padding: 1em 3em;
position: relative;
a {
color: @icinga-blue;
}
}
> li .message {