Bob AI: change theme to dark

This commit is contained in:
2026-02-01 22:33:43 +02:00
parent dc477caa63
commit 2657c14e71

View File

@@ -5,12 +5,12 @@
/* --vw is set by ThemeProvider */
--background: #1a1a2e;;
--card: #d2b48c;;
--foreground: #ff6b6b;;
--primary-cta: #d1916c;;
--secondary-cta: #8b6969;;
--accent: #3b82f6;;
--background-accent: #fff8e1;;
--card: #28283e;;
--foreground: #ffffff;;
--primary-cta: #5cb85c;;
--secondary-cta: #337ab7;;
--accent: #2ecc71;;
--background-accent: #2c3e50;;
/* Base spacing units */
--vw-0_25: calc(var(--vw) * 0.25);
--vw-0_5: calc(var(--vw) * 0.5);