Design cleanup

This commit is contained in:
2023-02-25 17:44:57 +11:00
parent 58124efde5
commit f5fe1c6f6f
4 changed files with 42 additions and 4 deletions

View File

@@ -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-200/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 dark:hover:bg-yellow-400/80 dark:text-yellow-800 dark:hover:text-yellow-100 text-gray-600" href="/tagged/#{tag.slug}"
= tag.label