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 */
--background: #1a1a2e;;
--card: #e0b385;;
--foreground: #ff6b6b;;
--primary-cta: #e7964e;;
--secondary-cta: #c77c41;;
--accent: #e91e8f;;
--background-accent: #f5d0a9;;
--card: #28283e;;
--foreground: #ffffff;;
--primary-cta: #3eb489;;
--secondary-cta: #66b2b2;;
--accent: #3eb489;;
--background-accent: #22223a;;
/* Base spacing units */
--vw-0_25: calc(var(--vw) * 0.25);
--vw-0_5: calc(var(--vw) * 0.5);