fix css for reltags

This commit is contained in:
albert
2012-11-02 18:35:08 -04:00
parent 7a530ecd7d
commit aebeb90d38

View File

@@ -42,15 +42,15 @@ article.post-preview.post-status-flagged img {
border: 2px solid #F00;
}
.category-1 a, .tag-type-1 {
.category-1 a, a.tag-type-1 {
color: #A00;
}
.category-3 a, .tag-type-3 {
.category-3 a, a.tag-type-3 {
color: #A0A;
}
.category-4 a, .tag-type-4 {
.category-4 a, a.tag-type-4 {
color: #0A0;
}