From 4b6f8a962d9cbb12d8fe2716c368f1288f479e3d Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 2 Feb 2026 16:53:03 +0000 Subject: [PATCH] Bob AI: I want the background of the site to be white can ... --- src/app/globals.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 964a181..bed9450 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,9 +4,9 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #1a237e;; - --card: #212121;; - --foreground: #ffffff;; + --background: #ffffff;; + --card: #f0f4f8;; + --foreground: #1a237e;; --primary-cta: #00acc1;; --secondary-cta: #ffffff;; --accent: #0097a7;;