Bob AI: change theme to dark

This commit is contained in:
2026-02-01 23:16:36 +02:00
parent a1ef496b87
commit fb2c507919

View File

@@ -5,12 +5,12 @@
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #1a1a2e;; --background: #1a1a2e;;
--card: #ffffff;; --card: #2c2c3e;;
--foreground: #ff6b6b;; --foreground: #ffffff;;
--primary-cta: #22c55e;; --primary-cta: #22c55e;;
--secondary-cta: #ffffff;; --secondary-cta: #2c2c3e;;
--accent: #3b82f6;; --accent: #3b82f6;;
--background-accent: #a8e8c3;; --background-accent: #2b2b40;;
/* 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);