This commit is contained in:
Jens Cornelsen
2024-12-07 03:20:08 +01:00
parent 2632d58065
commit 8ce2d1e2e7

View File

@@ -391,7 +391,7 @@ document.addEventListener("DOMContentLoaded", () => {
@apply flex flex-wrap gap-3 mt-1 p-4; @apply flex flex-wrap gap-3 mt-1 p-4;
&__tag { &__tag {
@apply text-xl font-medium px-3 py-2 rounded-full hover:secondary border-1; @apply text-xl font-medium px-3 py-2 rounded-full border-1;
transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
} }