diff --git a/resources/css/components/cta.css b/resources/css/components/cta.css index 110ba16..2d8c885 100644 --- a/resources/css/components/cta.css +++ b/resources/css/components/cta.css @@ -2,6 +2,7 @@ @apply block w-fit my-2 text-base font-bold; &--button { @apply rounded-full px-8 py-4 focus:rounded-full font-bold h-fit cursor-pointer; + text-decoration: none !important; } &--circular { @apply rounded-full focus:rounded-full aspect-square w-12 flex items-center justify-center;