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 */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #ffffff;; --background: #f5dab4;;
--card: #f5f5f5;; --card: #f5dab4;;
--foreground: #1a1a2e;; --foreground: #332d2d;;
--primary-cta: #22c55e;; --primary-cta: #e67e22;;
--secondary-cta: #6b7280;; --secondary-cta: #996633;;
--accent: #3b82f6;; --accent: #e67e22;;
--background-accent: #e0e7ff;; --background-accent: #f5dab4;;
/* Base spacing units */ /* Base spacing units */
--vw-0_25: calc(var(--vw) * 0.25); --vw-0_25: calc(var(--vw) * 0.25);
--vw-0_5: calc(var(--vw) * 0.5); --vw-0_5: calc(var(--vw) * 0.5);