Added fifth tag category meta

This commit is contained in:
BrokenEagle
2017-11-06 15:03:45 -08:00
parent 1de8fd2bd6
commit 7cb45fc8d3
5 changed files with 32 additions and 3 deletions

View File

@@ -211,6 +211,14 @@ body[data-user-can-approve-posts="true"] .post-preview {
}
}
.category-5 a, a.tag-type-5, .ui-state-focus a.tag-type-5 {
color: #F80;
&:hover {
color: #FA6;
}
}
.category-banned a, a.tag-type-banned,, .ui-state-focus a.tag-type-banned {
color: black;
background-color: red;