From bd5c0077945b454c866a914964cd6d06f074b7ef Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:53:18 +0000 Subject: [PATCH] Update theme colors --- 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 3d0e32c..d5a6478 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,8 +10,8 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; + --background: #F7F8Fa; + --card: #ffffff; --foreground: #000f06e6; --primary-cta: #0a7039; --primary-cta-text: #ffffff; -- 2.49.1