From 6c8aa2b82aca4abed9660b7b0b4a564d1e921943 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 6 Feb 2026 00:13:47 +0000 Subject: [PATCH] Bob AI: Change background color to white --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 577d754..bd0eca2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,8 +10,8 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fcf6ec; - --card: #f3ede2; + --background: #ffffff; + --card: #ffffff; --foreground: #2e2521; --primary-cta: #2e2521; --secondary-cta: #ffffff;