From 6c26fc05c69103f9d9945c90759c87b63a5e20c5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 01:29:07 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 32083d5..a22f005 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #e3deea; - --card: #ffffff; - --foreground: #27231f; - --primary-cta: #27231f; - --primary-cta-text: #e3deea; + --background: #f5f2ed; + --card: #faf8f5; + --foreground: #3d2f1f; + --primary-cta: #8b6f47; + --primary-cta-text: #ffffff; --secondary-cta: #ffffff; - --secondary-cta-text: #27231f; - --accent: #c68a62; - --background-accent: #c68a62; + --secondary-cta-text: #3d2f1f; + --accent: #d4a574; + --background-accent: #c89968; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1