From 3f4aa60d41c7efd1f39ad116140e55a48ac6f1c4 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 3 Feb 2026 00:03:01 +0000 Subject: [PATCH] Bob AI: Can you change the color of the site to something ... --- src/app/globals.css | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 0966226..189de9d 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,14 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #341f51;; - --secondary-cta: #ffffff;; - --accent: #6139e6;; - --background-accent: #b3a8e8;; - + --background: #f5f5dc;; + --card: #fffaf0;; + --foreground: #333;; + --primary-cta: #d2691e;; + --secondary-cta: #fff;; + --accent: #ffebcd;; + --background-accent: #b38b4d;; /* Base spacing units */ --vw-0_25: calc(var(--vw) * 0.25); --vw-0_5: calc(var(--vw) * 0.5);