From 5e0d30109511c952943dc2b6daef52cdfda3724d Mon Sep 17 00:00:00 2001 From: nineya <361654768@qq.com> Date: Wed, 6 Dec 2023 19:24:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(tags):=20=E4=BF=AE=E5=A4=8D=E5=BC=80?= =?UTF-8?q?=E5=90=AF=E6=A0=87=E7=AD=BE=E9=A2=9C=E8=89=B2=E6=97=B6=E4=BE=A7?= =?UTF-8?q?=E8=BE=B9=E6=A0=87=E7=AD=BE=E9=A2=9C=E8=89=B2=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/widget/tags.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/widget/tags.html b/templates/widget/tags.html index aa34e29..33b7a94 100644 --- a/templates/widget/tags.html +++ b/templates/widget/tags.html @@ -15,6 +15,6 @@ th:each="tag : ${tags}" th:href="@{${tag.status.permalink}}" th:text="${tag.spec.displayName}" - th:style="${enableTagsColor? 'color: ' + tag.spec.color +'; border-color: ' + tag.spec.color +'20;' : ''}"> + th:style="${enableTagsColor? 'color: ' + tag.spec.color +'; border-color: ' + tag.spec.color +'; background: ' + tag.spec.color +'20;' : ''}"> \ No newline at end of file