diff --git a/docs/src/components/ActionButtonFooter.astro b/docs/src/components/ActionButtonFooter.astro index 512532f..76213a3 100644 --- a/docs/src/components/ActionButtonFooter.astro +++ b/docs/src/components/ActionButtonFooter.astro @@ -51,8 +51,6 @@ const { data } = await getEntry('i18n', lang); .button-sponsor { background-color: red; border-color: red; - color: white; + color: white !important; } - - diff --git a/docs/src/components/SubscriptionForm.astro b/docs/src/components/SubscriptionForm.astro index b1aab50..1d88c2b 100644 --- a/docs/src/components/SubscriptionForm.astro +++ b/docs/src/components/SubscriptionForm.astro @@ -80,7 +80,7 @@ const { data } = await getEntry('i18n', lang ?? 'en'); align-items: center; border-radius: 999rem; padding: 0.5rem 1.125rem; - color: var(--sl-color-white); + color: var(--color-btn); line-height: 1.1875; text-decoration: none; font-size: var(--sl-text-sm);