Make link domain easier to read on spammed links.

This commit is contained in:
Neil Williams
2012-07-16 14:29:50 -07:00
parent 59c22e8bf3
commit 0a70249658

View File

@@ -658,6 +658,10 @@ ul.flat-vert {text-align: left;}
.domain { color: #888; font-size:x-small; }
.domain a { color: #888 }
.domain a:hover { text-decoration: underline }
.spam .domain,
.spam .domain a {
color: black;
}
.link-note {
background-color: white;