From c0c4b0291e6662b3ec0b1341d5bce401abfa3302 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 12:28:50 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 22aec08..670450f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,12 +10,12 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fbfbf7; - --card: #f0ede8; + --background: #fdfcf9; + --card: #f6f3f0; --foreground: #3a3430; --primary-cta: #8c7b70; --primary-cta-text: #FFFFFF; - --secondary-cta: #d5cdc7; + --secondary-cta: #fdfcf9; --secondary-cta-text: #FFFFFF; --accent: #c6bcae; --background-accent: #e8e1d9;