tag styles

This commit is contained in:
Cory Dransfeldt 2023-03-13 16:16:48 -07:00
parent 1acc09f08c
commit 9bd2f25c93

View file

@ -6,7 +6,7 @@ title: Tags
{% for tag in collections.tagList %}
<span>
<a href="/tags/{{ tag }}" class="no-underline"><button class="bg-white hover:bg-gray-100 text-gray-800 font-semibold py-2 px-4 border border-gray-400 rounded shadow mr-6 mb-4">
<a href="/tags/{{ tag }}" class="no-underline"><button class="font-semibold py-2 px-4 mr-6 mb-4 rounded-full text-white dark:text-gray-900 bg-primary-400 hover:bg-primary-500 dark:hover:bg-primary-300">
{{ tag }}
</button>
</a>