Bob AI: change theme to dark

This commit is contained in:
2026-02-01 23:45:09 +02:00
parent 088e1f5acc
commit 083c7bb2ac

View File

@@ -5,12 +5,12 @@
/* --vw is set by ThemeProvider */
--background: #1a1a2e;;
--card: #e7c295;;
--foreground: #ff6b6b;;
--card: #2c2c3e;;
--foreground: #ffffff;;
--primary-cta: #22c55e;;
--secondary-cta: #8a6d5e;;
--accent: #3b82f6;;
--background-accent: #f5d0a9;;
--background-accent: #26263a;;
/* Base spacing units */
--vw-0_25: calc(var(--vw) * 0.25);
--vw-0_5: calc(var(--vw) * 0.5);