diff --git a/app/templates/shared/_tags.html.slim b/app/templates/shared/_tags.html.slim
index 9340be6..0d99a04 100644
--- a/app/templates/shared/_tags.html.slim
+++ b/app/templates/shared/_tags.html.slim
@@ -4,5 +4,5 @@
= "Tagged: "
- tags.each do |tag|
span
- a class="p-category rounded p-1 mr-1 text-xsm u-url bg-yellow-100/60 hover:bg-yellow-200 dark:bg-yellow-400 dark:hover:bg-yellow-400/80 dark:text-yellow-800 dark:hover:text-yellow-100 text-gray-600" href="/tagged/#{tag.slug}"
+ a class="p-category rounded p-1 mr-1 text-xsm u-url bg-yellow-100/60 hover:bg-yellow-200 dark:bg-yellow-400/60 dark:hover:bg-yellow-400/80 dark:text-yellow-100 dark:hover:text-yellow-100 text-gray-600" href="/tagged/#{tag.slug}"
= tag.label