16 lines
546 B
CSS
16 lines
546 B
CSS
/* =====================================================================
|
|
theme-spicymedia.css — Welt 3: MANAGER DOGFATHER (Spicy Media)
|
|
Schwarz / Rot / Orange — professionell, Agentur-Charakter.
|
|
===================================================================== */
|
|
:root[data-theme="spicymedia"] {
|
|
--bg: #0a0a0a;
|
|
--bg-alt: #131313;
|
|
--card-bg: #191717;
|
|
--text: #f6f5f4;
|
|
--text-muted: #ab9f9c;
|
|
--border: #2c2726;
|
|
--accent: #e0263f; /* Rot */
|
|
--accent-2: #ff7a1a; /* Orange */
|
|
--accent-contrast: #0a0a0a;
|
|
}
|