From fe0b937efd60756a1d1978d09d737d1084461aab Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 1 Feb 2026 23:17:12 +0200 Subject: [PATCH] Bob AI: set theme to warm earth tones --- src/app/globals.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index b86f1c8..863c52a 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #f9f9f9;; - --card: #ffffff;; - --foreground: #1a1a2e;; - --primary-cta: #22c55e;; - --secondary-cta: #6b7280;; - --accent: #3b82f6;; - --background-accent: #e0e7ff;; + --background: #f5d0a9;; + --card: #e7c295;; + --foreground: #332d2d;; + --primary-cta: #d99366;; + --secondary-cta: #8a6d5e;; + --accent: #d99366;; + --background-accent: #f5d0a9;; /* Base spacing units */ --vw-0_25: calc(var(--vw) * 0.25); --vw-0_5: calc(var(--vw) * 0.5);