fix: WCAG AA color compliance (Redesign Phase A)

- Accent colors: #3478F6 → #2563EB (5.17:1), dark mode → #60A5FA
- Semantic colors: success #15803D, warning #B45309, danger #DC2626
- Text tertiary: #737370 (4.76:1), dark #A3A3A0
- Module calendar dark: #A78BFA (5.28:1)
- Greeting gradient: #1D4ED8 → #2563EB (both ≥ 4.5:1)
- Theme-color harmonized to #2563EB across meta/manifest/tokens
- --text-2xs: 0.625rem → 0.6875rem (11px)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ulsklyc
2026-03-26 11:58:00 +01:00
parent e19df38e89
commit b51177b5e3
4 changed files with 78 additions and 35 deletions
+1 -1
View File
@@ -82,7 +82,7 @@
* Begrüßungs-Widget
* -------------------------------------------------------- */
.widget-greeting {
background: linear-gradient(135deg, var(--color-accent) 0%, #6BA3FF 100%);
background: linear-gradient(135deg, #1D4ED8, #2563EB);
border-radius: var(--radius-md);
padding: var(--space-4) var(--space-5);
color: #ffffff;