add style to categories

This commit is contained in:
mose 2017-12-31 23:36:37 +08:00
parent 1e19472756
commit 74917bade5
1 changed files with 6 additions and 0 deletions

View File

@ -1304,6 +1304,12 @@ blockquote p {
vertical-align: middle;
font-size: 12px;
}
.qa-category-link {
padding: 2px 8px;
background: #dddddd;
color: #444444;
border-radius: 1em;
}
.qa-q-item-meta .qa-category-link.qa-cat-favorited {
position: relative;
padding-left: 14px;