Skip to content

Commit bfe8a2d

Browse files
committed
remove more transparency
1 parent 7f60bb3 commit bfe8a2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/components/PageSection.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{/if}
1414
<h2 class="text-3xl font-semibold text-primary sm:text-4xl">{title}</h2>
1515
{#if description}
16-
<p class="max-w-3xl text-base text-base-content/80 leading-relaxed">{description}</p>
16+
<p class="max-w-3xl text-base text-base-content leading-relaxed">{description}</p>
1717
{/if}
1818
</header>
1919
<div class="space-y-6">

0 commit comments

Comments
 (0)