From d140bf7e79400dc48e1a879abe8321326e7c3301 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 05:05:42 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- 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 b925f2a..ef776bf 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f6f7; + --background: #f7f6f4; --card: #ffffff; --foreground: #25190c; --primary-cta: #ff6207;