From 2340b058699da23ab4b8d99b8ff774fa70a5cc27 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 18:44:20 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- 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 aa649db..0b255f5 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: #fff5f5; + --background: #fffafa; + --card: #fff7f7; --foreground: #1a0000; --primary-cta: #e63946; --primary-cta-text: #ffffff;