Bob AI: change theme to dark

This commit is contained in:
2026-02-01 20:59:47 +02:00
parent 7ab25f91f0
commit 3b3c260ad5

View File

@@ -5,12 +5,12 @@
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #1a1a2e;; --background: #1a1a2e;;
--card: #e0b385;; --card: #28283e;;
--foreground: #ff6b6b;; --foreground: #ffffff;;
--primary-cta: #e7964e;; --primary-cta: #3eb489;;
--secondary-cta: #c77c41;; --secondary-cta: #66b2b2;;
--accent: #e91e8f;; --accent: #3eb489;;
--background-accent: #f5d0a9;; --background-accent: #22223a;;
/* 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);