Bob AI: make it light theme

This commit is contained in:
2026-02-01 21:00:05 +02:00
parent 3b3c260ad5
commit cdf482f85a

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #1a1a2e;; --background: #f0f4f8;;
--card: #28283e;; --card: #ffffff;;
--foreground: #ffffff;; --foreground: #1a1a2e;;
--primary-cta: #3eb489;; --primary-cta: #3eb489;;
--secondary-cta: #66b2b2;; --secondary-cta: #66b2b2;;
--accent: #3eb489;; --accent: #3eb489;;
--background-accent: #22223a;; --background-accent: #e6f3ea;;
/* 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);