From 999da13c287e3c7ec4f5240a2ffecfc4ce30532d Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 2 Feb 2026 00:04:17 +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 7b7d9dd..f649048 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1a1a1a;; - --primary-cta: #22c55e;; - --secondary-cta: #6b7280;; - --accent: #3b82f6;; - --background-accent: #e0e7ff;; + --background: #f0e1d2;; + --card: #d7c1ab;; + --foreground: #332d26;; + --primary-cta: #a07b58;; + --secondary-cta: #8b6e55;; + --accent: #e6a066;; + --background-accent: #f7d9b8;; /* Base spacing units */ --vw-0_25: calc(var(--vw) * 0.25); --vw-0_5: calc(var(--vw) * 0.5);