16 lines
637 B
CSS
16 lines
637 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: #d94a5c; /* Rot — bewusst etwas entsättigt, augenschonender als reines Neon-Rot */
|
|
--accent-2: #e8935a; /* Orange — gedämpfter Farbton */
|
|
--accent-contrast: #0a0a0a;
|
|
}
|