From 84f9caa4d00bb1728992527fb326351a7cc84497 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:10:22 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 92128b0..67237bb 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; - --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #341f51; + --background: #fef8f5; + --card: #fffaf8; + --foreground: #4a3a36; + --primary-cta: #d97760; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; - --accent: #6139e6; - --background-accent: #b3a8e8; + --accent: #f5d5cc; + --background-accent: #e8b8ad; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);