feat: Politur – Demodaten, Kürzel, Fehlerseiten, Kontraste
- Demo-Seed mit realistischem deutschem Haushalt (make seed-demo): drei Konten, zehn Firmen samt Logos, zwölf Posten, bestätigte Historie, Buchungen, Budgets und Sparziele; alle Termine relativ zum heutigen Monat - Tastaturkürzel n / r / / / ? samt Übersicht; greifen nur außerhalb von Eingabefeldern - Fehlergrenze für Renderfehler und eigene 404-Seite - Farbtoken beider Modi gegen WCAG geprüft und nachgezogen: Hilfstext lag hell bei 2,56:1, Weiß auf dem Primärknopf bei 3,30:1 – jetzt überall >= 4,5:1 - Abo-Übersicht heißt „Laufende Kosten“, weil sie auch Miete und Sparplan enthält - build.yml fällt auf GITEA_TOKEN zurück, wenn REGISTRY_TOKEN fehlt, und erklärt im Fehlerfall, wie das Secret anzulegen ist - README mit Screenshot-Abschnitt, Kürzeln und Barrierefreiheit Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014e7t8UpmoVNMtWivY5LiSH
This commit is contained in:
co-authored by
Claude Opus 5
parent
bdf4097bd7
commit
d63cc0af65
+11
-6
@@ -3,16 +3,20 @@
|
||||
@tailwind utilities;
|
||||
|
||||
@layer base {
|
||||
/* Heller Modus */
|
||||
/* Heller Modus.
|
||||
Die Werte sind gegen die WCAG-Kontraste geprüft: Text erreicht überall
|
||||
mindestens 4,5:1, Bedienelemente 3:1. Insbesondere `faint` und `accent`
|
||||
sind bewusst dunkler als die naheliegenden Tailwind-Stufen – slate-400
|
||||
käme auf 2,56:1 und Weiß auf green-600 nur auf 3,30:1. */
|
||||
:root {
|
||||
--color-ground: 248 250 252;
|
||||
--color-surface: 255 255 255;
|
||||
--color-raised: 241 245 249;
|
||||
--color-line: 226 232 240;
|
||||
--color-line: 203 213 225;
|
||||
--color-ink: 15 23 42;
|
||||
--color-muted: 71 85 105;
|
||||
--color-faint: 148 163 184;
|
||||
--color-accent: 22 163 74;
|
||||
--color-faint: 91 107 128;
|
||||
--color-accent: 21 128 61;
|
||||
--color-accent-ink: 255 255 255;
|
||||
--color-positive: 21 128 61;
|
||||
--color-negative: 190 18 60;
|
||||
@@ -42,10 +46,11 @@
|
||||
--color-ground: 15 17 21;
|
||||
--color-surface: 24 27 33;
|
||||
--color-raised: 33 37 45;
|
||||
--color-line: 51 57 68;
|
||||
--color-line: 59 66 80;
|
||||
--color-ink: 226 232 240;
|
||||
--color-muted: 148 163 184;
|
||||
--color-faint: 100 116 139;
|
||||
/* Heller als slate-500: dort läge der Hilfstext bei 3,62:1. */
|
||||
--color-faint: 129 142 163;
|
||||
--color-accent: 34 197 94;
|
||||
--color-accent-ink: 4 20 11;
|
||||
--color-positive: 74 222 128;
|
||||
|
||||
Reference in New Issue
Block a user