Bob AI: change theme to dark

This commit is contained in:
2026-02-01 21:45:53 +02:00
parent d1e5dadf3e
commit 851fed291f

View File

@@ -5,12 +5,12 @@
/* --vw is set by ThemeProvider */
--background: #1a1a2e;;
--card: #f5deb3;;
--foreground: #ff6b6b;;
--primary-cta: #e0a862;;
--secondary-cta: #d7b6a1;;
--accent: #e91e8f;;
--background-accent: #f5deb3;;
--card: #2c2c3e;;
--foreground: #ffffff;;
--primary-cta: #62c78e;;
--secondary-cta: #888899;;
--accent: #62c78e;;
--background-accent: #2c2c3e;;
/* Base spacing units */
--vw-0_25: calc(var(--vw) * 0.25);
--vw-0_5: calc(var(--vw) * 0.5);