diff --git a/src/pages/faq/index.astro b/src/pages/faq/index.astro index 7e045453..432a605b 100644 --- a/src/pages/faq/index.astro +++ b/src/pages/faq/index.astro @@ -391,7 +391,7 @@ document.addEventListener("DOMContentLoaded", () => { @apply flex flex-wrap gap-3 mt-1 p-4; &__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; }