We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5baa1 commit 4188781Copy full SHA for 4188781
src/app/conf/2025/components/cta-card-section/index.tsx
@@ -23,8 +23,10 @@ export function CtaCardSection({
23
>
24
<div className="relative z-10 flex flex-col gap-10 sm:items-start">
25
<div className="flex flex-col gap-6">
26
- <h2 className="text-neu-0 typography-d1">{heading}</h2>
27
- <p className="max-w-[555px] text-pretty text-neu-50 typography-body-lg">
+ <h2 className="text-neu-0 typography-d1 dark:text-neu-900">
+ {heading}
28
+ </h2>
29
+ <p className="max-w-[555px] text-pretty text-neu-50 typography-body-lg dark:text-neu-800">
30
{description}
31
</p>
32
</div>
0 commit comments