Skip to content

Commit

Permalink
CSS: Don't color normal links blue/petrol
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 23, 2015
1 parent a2d459b commit fbbf0bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/css/icinga/main-content.less
Expand Up @@ -21,9 +21,9 @@ pre.log-output {
border: 1px solid #ddd;
}

a {
color: #39a;
}
//a {
// color: #39a;
//}

img.icon {
width: 16px;
Expand Down Expand Up @@ -188,7 +188,7 @@ table.alternating {


/* HOVER colors */

tr[href]:hover {
color: black;
background-color: #DDDDDD;
Expand Down

0 comments on commit fbbf0bd

Please sign in to comment.