Skip to content

Commit 2405346

Browse files
committed
bugfix: dark mode logo cloud text
1 parent 6aad6c4 commit 2405346

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/widgets/Logos.astro

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ const { logos, title, subtitle, tagline, callToAction, id, classes = {} } = Astr
1212
id={id}
1313
containerClass={`relative mx-auto px-4 md:px-6 py-12 md:py-16 lg:py-20 text-default max-w-7xl ${classes?.container ?? ''}`}
1414
>
15-
<Headline title={title} subtitle={subtitle} tagline={tagline} />
15+
<div class="mb-8 md:mx-auto md:mb-12 text-center">
16+
<h2 class="font-bold leading-tighter tracking-tighter font-heading text-heading text-3xl dark:text-black">
17+
{title}
18+
</h2>
19+
</div>
1620

1721
<div class="flex justify-center gap-8 flex-wrap w-full">
1822
{

0 commit comments

Comments
 (0)