From fd3f0b9f1bfce7459d2681498670c31cde0f3091 Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Tue, 22 Jul 2025 18:59:12 +0300 Subject: dark background --- src/components/widgets/Steps2.astro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/components/widgets/Steps2.astro') diff --git a/src/components/widgets/Steps2.astro b/src/components/widgets/Steps2.astro index 7a84282..23cd72a 100644 --- a/src/components/widgets/Steps2.astro +++ b/src/components/widgets/Steps2.astro @@ -39,8 +39,8 @@ function makeEmailsClickable(text: string | undefined): string { tagline={tagline} classes={{ container: 'text-center md:text-left rtl:md:text-right mb-4 md:mb-8', - title: 'mb-4 text-3xl lg:text-4xl font-bold font-heading', - subtitle: 'mb-8 text-xl text-muted dark:text-slate-400', + title: `mb-4 text-3xl lg:text-4xl font-bold font-heading ${typeof classes?.container === 'string' && classes.container.includes('text-white') ? 'text-white' : ''}`, + subtitle: `mb-8 text-xl ${typeof classes?.container === 'string' && classes.container.includes('text-white') ? 'text-gray-300' : 'text-muted dark:text-slate-400'}`, // ...((classes?.headline as {}) ?? {}), }} /> @@ -69,9 +69,9 @@ function makeEmailsClickable(text: string | undefined): string {
-

+

-- cgit v1.2.3