From 74917bade50a8abcaf88439ddae09328700bae4b Mon Sep 17 00:00:00 2001 From: mose Date: Sun, 31 Dec 2017 23:36:37 +0800 Subject: [PATCH] add style to categories --- qa-styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/qa-styles.css b/qa-styles.css index 4caa694..416f71d 100644 --- a/qa-styles.css +++ b/qa-styles.css @@ -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;