CSS: Don't color normal links blue/petrol

refs 
This commit is contained in:
Eric Lippmann 2015-09-23 11:12:56 +02:00
parent a2d459bdaa
commit fbbf0bd118

@ -21,9 +21,9 @@ pre.log-output {
border: 1px solid #ddd;
}
a {
color: #39a;
}
//a {
// color: #39a;
//}
img.icon {
width: 16px;
@ -188,7 +188,7 @@ table.alternating {
/* HOVER colors */
tr[href]:hover {
color: black;
background-color: #DDDDDD;