From 9ca5a54787123e6a1407385a3027e28e10913c00 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 2 Feb 2026 09:59:41 +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 5a28c36..f465c0e 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #ffffff;; - --card: #f4f4f5;; - --foreground: #1a1a2e;; - --primary-cta: #22c55e;; - --secondary-cta: #3b82f6;; - --accent: #22c55e;; - --background-accent: #e6fffa;; + --background: #f5d079;; + --card: #eac263;; + --foreground: #442c0a;; + --primary-cta: #d1911b;; + --secondary-cta: #8b572a;; + --accent: #d1911b;; + --background-accent: #fff7e6;; /* Base spacing units */ --vw-0_25: calc(var(--vw) * 0.25); --vw-0_5: calc(var(--vw) * 0.5);