16 lines
589 B
CSS
16 lines
589 B
CSS
/* =====================================================================
|
|
theme-hasidog.css — Welt 2: HASIDOG (Community/Maskottchen/Kasper)
|
|
Babyblau / Silber / Nachtblau — verspielt, weicher, "Familie"-Gefühl.
|
|
===================================================================== */
|
|
:root[data-theme="hasidog"] {
|
|
--bg: #0d1420; /* Nachtblau */
|
|
--bg-alt: #131b29;
|
|
--card-bg: #182233;
|
|
--text: #f2f6fa;
|
|
--text-muted: #a9b6c9;
|
|
--border: #263248;
|
|
--accent: #8fd9ea; /* Babyblau */
|
|
--accent-2: #c7ccd1; /* Silber */
|
|
--accent-contrast: #0d1420;
|
|
}
|