From e8901e8232f402401513e46bdca3ed77c625c752 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 8 Feb 2026 01:52:31 +0000 Subject: [PATCH] Bob AI: Change the entire background to a premium white --- src/app/styles/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 79c7f79..5083e75 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #007bff;; --background-accent: #add8e6;; */ - --background: #f5f5f5;; + --background: #ffffff;; --card: #ffffff;; --foreground: #1c1c1c;; --primary-cta: #007bff;;