Bob AI: make it light theme

This commit is contained in:
2026-01-31 15:48:39 +02:00
parent 93e76b96c9
commit a65adb8d0d

View File

@@ -7,12 +7,12 @@
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #ffffff;; --background: #ffffff;;
--card: #1e1e1e;; --card: #f0f0f0;;
--foreground: #ffffff;; --foreground: #000000;;
--primary-cta: #00bcd4;; --primary-cta: #00bcd4;;
--secondary-cta: #b2ebf2;; --secondary-cta: #b2ebf2;;
--accent: #3b82f6;; --accent: #0097a7;;
--background-accent: #0097a71a;; --background-accent: #e0f2f1;;
/* 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);