fix(a11y): fix WCAG AA contrast on reader dashboard "view all" links
brand-mint on white is ~2.8:1; brand-navy is ~10:1. Both "Alle Personen" (ReaderPersonChips) and "Alle Geschichten" (ReaderRecentStories) links updated: text-brand-navy underline hover:text-brand-mint. Addresses @Leonie critical review finding. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -46,7 +46,10 @@ function excerpt(body: string | undefined): string {
|
||||
</li>
|
||||
{/each}
|
||||
</ul>
|
||||
<a href="/geschichten" class="mt-4 block font-sans text-sm text-brand-mint hover:underline">
|
||||
<a
|
||||
href="/geschichten"
|
||||
class="mt-4 block font-sans text-sm text-brand-navy underline hover:text-brand-mint"
|
||||
>
|
||||
{m.dashboard_reader_all_stories()}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user