Fix SearchableTextBlock header text contrast — white/80 on dark green
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -171,7 +171,7 @@
|
|||||||
</h2>
|
</h2>
|
||||||
{/if}
|
{/if}
|
||||||
{#if descriptionHtml}
|
{#if descriptionHtml}
|
||||||
<div class="markdown text-wald-100 max-w-none prose prose-sm prose-invert">
|
<div class="markdown text-white/80 max-w-none prose prose-sm prose-invert [&_*]:text-white/80 [&_a]:text-wald-200 [&_strong]:text-white">
|
||||||
{@html descriptionHtml}
|
{@html descriptionHtml}
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|||||||
Reference in New Issue
Block a user