From 6ef8276033440ed814fb6e34d383c69b6482c6f2 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 3 Feb 2026 00:03:44 +0000 Subject: [PATCH] Bob AI: Can you just make the website completely white bac... --- 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 189de9d..05c833a 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #f5f5dc;; - --card: #fffaf0;; - --foreground: #333;; - --primary-cta: #d2691e;; - --secondary-cta: #fff;; - --accent: #ffebcd;; - --background-accent: #b38b4d;; + --background: #ffffff;; + --card: #ffffff;; + --foreground: #000000;; + --primary-cta: #0070f3;; + --secondary-cta: #ffffff;; + --accent: #00bfff;; + --background-accent: #e6f7ff;; /* Base spacing units */ --vw-0_25: calc(var(--vw) * 0.25); --vw-0_5: calc(var(--vw) * 0.5);