From ebf271ac1a34ea50c06643ed6e21f9ded06536f2 Mon Sep 17 00:00:00 2001 From: Sven Brodny Date: Mon, 11 Mar 2024 10:22:20 +0100 Subject: [PATCH] style(subscribe btn): remove hover opacity change --- docs/src/components/SubscriptionForm.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/components/SubscriptionForm.astro b/docs/src/components/SubscriptionForm.astro index 602426a..1cf5f56 100644 --- a/docs/src/components/SubscriptionForm.astro +++ b/docs/src/components/SubscriptionForm.astro @@ -88,6 +88,7 @@ const { data } = await getEntry('i18n', lang ?? 'en'); &:hover { top: unset; + opacity: unset; } } }