From 2a2b301b9c8e770f63392a5ccb6b7bff716d5053 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 11 Dec 2023 11:56:38 +0100 Subject: [PATCH] removing text decoration on button --- resources/css/components/cta.css | 1 + 1 file changed, 1 insertion(+) 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;