DOGFATHER UNIVERSE: erste lauffähige Website + Bewerbungs-Postfach + Hosting-Vorbereitung

This commit is contained in:
2026-07-30 20:09:09 +02:00
commit f8e4cf82db
45 changed files with 3462 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
/* =====================================================================
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;
}