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 */
--background: #ffffff;;
--card: #1e1e1e;;
--foreground: #ffffff;;
--card: #f0f0f0;;
--foreground: #000000;;
--primary-cta: #00bcd4;;
--secondary-cta: #b2ebf2;;
--accent: #3b82f6;;
--background-accent: #0097a71a;;
--accent: #0097a7;;
--background-accent: #e0f2f1;;
/* Base spacing units */
--vw-0_25: calc(var(--vw) * 0.25);
--vw-0_5: calc(var(--vw) * 0.5);