Edits link is same colour as date when at lowest heatmap level

This commit is contained in:
Neil Lalonde
2013-06-18 18:45:13 -04:00
parent d5191adfc9
commit 21efbc7d92

View File

@@ -508,7 +508,9 @@
margin-right: 0; margin-right: 0;
} }
&.edits { &.edits {
opacity: 0.7; a, a:visited {
color: #aaa;
}
} }
} }
.post-date { .post-date {