From 222011ad93472d594dc82c9ba81bf4e0ee684973 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 21:50:31 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 917b2fd..b346043 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,12 +10,12 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #faf8f4; - --card: #f5f1eb; - --foreground: #1a1410; - --primary-cta: #8b4513; + --background: #faf6f0; + --card: #f3ede2; + --foreground: #2b1810; + --primary-cta: #c83c2b; --primary-cta-text: #f6f0e8; - --secondary-cta: #f5f1eb; + --secondary-cta: #f3ede2; --secondary-cta-text: #2b180a; --accent: #d4a574; --background-accent: #c9956b;