Fix SearchableTextBlock header text contrast — white/80 on dark green
Deploy / verify (push) Successful in 53s
Deploy / deploy (push) Successful in 1m1s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Peter Meier
2026-05-16 15:19:08 +02:00
parent 5b4d59175b
commit 1f430f01a5
@@ -171,7 +171,7 @@
</h2>
{/if}
{#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}
</div>
{/if}