From 7413e555964f899bd04a6441f90570d00cc14051 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 21:09:30 +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 0fdb09b..3ae429b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fffefe; + --background: #fdfdfb; --card: #f6f7f4; - --foreground: #080908; + --foreground: #1a2e26; --primary-cta: #0e3a29; --primary-cta-text: #fffefe; --secondary-cta: #e7eecd; --secondary-cta-text: #080908; --accent: #35c18b; - --background-accent: #ecebe4; + --background-accent: #e6e8e0; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);