This commit is contained in:
Toks
2013-04-27 22:32:34 -04:00
parent ea3973d2a7
commit 6a00c6330f

View File

@@ -50,14 +50,26 @@ a.blacklisted-active {
color: #A00;
}
.category-1 a:hover, a.tag-type-1:hover {
color: #B66;
}
.category-3 a, a.tag-type-3 {
color: #A0A;
}
.category-3 a:hover, a.tag-type-3:hover {
color: #B6B;
}
.category-4 a, a.tag-type-4 {
color: #0A0;
}
.category-4 a:hover, a.tag-type-4:hover {
color: #6B6;
}
.post-count {
color: #CCC;
margin-left: 0.2em;