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