From 80cacef1652d6cf12dcc441e66c9520e3609d396 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sat, 31 Jan 2026 15:48:56 +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 d904583..877c9c6 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -6,13 +6,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #ffffff;; - --card: #f0f0f0;; - --foreground: #000000;; - --primary-cta: #00bcd4;; - --secondary-cta: #b2ebf2;; - --accent: #0097a7;; - --background-accent: #e0f2f1;; + --background: #f5f5dc;; + --card: #d2b48c;; + --foreground: #333333;; + --primary-cta: #e6b86b;; + --secondary-cta: #c29b5c;; + --accent: #8b4513;; + --background-accent: #eedda0;; /* Base spacing units */ --vw-0_25: calc(var(--vw) * 0.25); --vw-0_5: calc(var(--vw) * 0.5);