From 45e081fa562bb28fc0e45195e541418433dc0244 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 13:04:14 +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 6792542..921d4a4 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #fcf8f3; - --card: #ffffff70; - --foreground: #2c3e50; + --card: #f3eee5; + --foreground: #2e2521; --primary-cta: #2a5d67; --primary-cta-text: #fcf6ec; --secondary-cta: #f1e9d2; --secondary-cta-text: #2e2521; --accent: #b8c9d0; - --background-accent: #e0dcd5; + --background-accent: #e1b875; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);