v1.2.0: Symbol-Verwaltung, SOMA-Admin, Light Mode Farbsystem, Onboarding-Tour, Credit-Link

This commit is contained in:
Pepe Ziberi
2026-02-24 21:13:27 +01:00
parent d893373bd9
commit 1583ef2a17
12 changed files with 700 additions and 128 deletions

View File

@@ -4,25 +4,26 @@
@layer base {
:root {
--background: 0 0% 100%;
--foreground: 222.2 84% 4.9%;
--card: 0 0% 100%;
--card-foreground: 222.2 84% 4.9%;
/* Light Mode — optimiert für Einsatz-Kontext (WCAG 2.1 AA) */
--background: 210 33% 99%; /* #fafbfc — leicht abgesetzt, kein reines Weiss */
--foreground: 217.2 32.6% 17.5%; /* Slate-800 #1e293b — Primärtext, 12.6:1 Kontrast */
--card: 0 0% 100%; /* Weisse Karten/Panels */
--card-foreground: 217.2 32.6% 17.5%;
--popover: 0 0% 100%;
--popover-foreground: 222.2 84% 4.9%;
--primary: 222.2 47.4% 11.2%;
--popover-foreground: 217.2 32.6% 17.5%;
--primary: 222.2 47.4% 11.2%; /* Slate-900 — Buttons, aktive Elemente */
--primary-foreground: 210 40% 98%;
--secondary: 210 40% 96.1%;
--secondary-foreground: 222.2 47.4% 11.2%;
--muted: 210 40% 96.1%;
--muted-foreground: 215.4 16.3% 46.9%;
--secondary: 210 40% 96.1%; /* Slate-100 */
--secondary-foreground: 217.2 32.6% 17.5%;
--muted: 210 40% 96.1%; /* Slate-100 — Hover, dezente Flächen */
--muted-foreground: 215.3 19.4% 34.5%; /* Slate-600 #475569 — Sekundärtext, 7.1:1 Kontrast */
--accent: 210 40% 96.1%;
--accent-foreground: 222.2 47.4% 11.2%;
--destructive: 0 84.2% 60.2%;
--destructive-foreground: 210 40% 98%;
--border: 214.3 31.8% 91.4%;
--input: 214.3 31.8% 91.4%;
--ring: 222.2 84% 4.9%;
--accent-foreground: 217.2 32.6% 17.5%;
--destructive: 0 72.2% 50.6%; /* Feuerwehr-Rot #dc2626 */
--destructive-foreground: 0 0% 100%;
--border: 214.3 31.8% 91.4%; /* Slate-200 #e2e8f0 */
--input: 212.7 26.8% 83.9%; /* Slate-300 #cbd5e1 — stärkere Input-Borders */
--ring: 217.2 91.2% 59.8%; /* Blau #3b82f6 — Focus-Ring */
--radius: 0.5rem;
}