fix(a11y): sweep all remaining accent-600 contrast failures across all components, pages, CSS and JS

Bump all text-accent-600/dark:text-accent-400 to accent-700/300 for WCAG AA.
Bluesky brand blue fixed: #0085ff -> #0057c7 (light) / keep #0085ff (dark).
37 files changed across widgets, sections, layouts, pages, CSS and JS.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
svemagie
2026-03-14 15:47:09 +01:00
parent d2fa2fb809
commit 856792ebbe
37 changed files with 126 additions and 126 deletions

View File

@@ -168,7 +168,7 @@
{% for mention in otherMentions %}
<li>
<a href="{{ mention.url }}"
class="text-accent-600 dark:text-accent-400 hover:underline"
class="text-accent-700 dark:text-accent-300 hover:underline"
target="_blank"
rel="noopener">
{{ mention.author.name }} mentioned this on <time class="font-mono" datetime="{{ mention.published }}">{{ mention.published | date("MMM d, yyyy") }}</time>