chore: tweak tag colors

This commit is contained in:
Cory Dransfeldt 2023-05-22 14:55:47 -07:00
parent 2a7e34c8d5
commit f19ce482ad
No known key found for this signature in database

View file

@ -22,7 +22,7 @@ meta:
<span>
<a href="/tags/{{ tag }}" class="no-underline">
<button class="font-semibold py-2 px-4 mr-4 mb-4 rounded-full text-white dark:text-gray-900 bg-purple-400 hover:bg-purple-500 dark:hover:bg-purple-300">
<button class="font-semibold py-2 px-4 mr-4 mb-4 rounded-full text-white dark:text-gray-900 bg-purple-600 hover:bg-purple-500 dark:hover:bg-purple-400">
{{ tag }}
</button>
</a>