Bob AI: change theme to dark

This commit is contained in:
2026-02-02 10:28:32 +02:00
parent 15936812f0
commit 62dc437c43

View File

@@ -5,12 +5,12 @@
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #1a1a2e;; --background: #1a1a2e;;
--card: #ffffff;; --card: #222238;;
--foreground: #ff6b6b;; --foreground: #ffffff;;
--primary-cta: #22c55e;; --primary-cta: #22c55e;;
--secondary-cta: #ffffff;; --secondary-cta: #2a2a3b;;
--accent: #3b82f6;; --accent: #3b82f6;;
--background-accent: #a8e8c3;; --background-accent: #2a3664;;
/* Base spacing units */ /* Base spacing units */
--vw-0_25: calc(var(--vw) * 0.25); --vw-0_25: calc(var(--vw) * 0.25);
--vw-0_5: calc(var(--vw) * 0.5); --vw-0_5: calc(var(--vw) * 0.5);