From 9c2a98486af52760ef06ab91bff059e88ec77144 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 13 May 2015 18:31:16 -0400 Subject: [PATCH] fixed tag topic count color in ACP --- public/less/admin/manage/tags.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/less/admin/manage/tags.less b/public/less/admin/manage/tags.less index f26fa00327..e034d3b3f6 100644 --- a/public/less/admin/manage/tags.less +++ b/public/less/admin/manage/tags.less @@ -31,7 +31,6 @@ .tag-topic-count { border: solid 1px lighten(@brand-primary, 20%); background-color: lighten(@brand-primary, 20%); - color: #FFFFFF; padding: .2em .6em .3em; font-size: 75%; font-weight: 700; @@ -41,5 +40,9 @@ padding-left: 5px; border-bottom-right-radius: 5px; border-top-right-radius: 5px; + + a { + color: #FFFFFF; + } } } \ No newline at end of file