Bob AI: set theme to warm earth tones

This commit is contained in:
2026-02-02 10:28:52 +02:00
parent 470fb664a4
commit 4ad78be647

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #ffffff;;
--card: #f5f5f5;;
--foreground: #1a1a2e;;
--primary-cta: #22c55e;;
--secondary-cta: #6b7280;;
--accent: #3b82f6;;
--background-accent: #e0e7ff;;
--background: #f5dab4;;
--card: #f5dab4;;
--foreground: #332d2d;;
--primary-cta: #e67e22;;
--secondary-cta: #996633;;
--accent: #e67e22;;
--background-accent: #f5dab4;;
/* Base spacing units */
--vw-0_25: calc(var(--vw) * 0.25);
--vw-0_5: calc(var(--vw) * 0.5);