From 4f7b164812c99e6230861519dfe83732db759a3d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 05:12:39 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index d3d2219..da2c670 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #F8F8F6; - --card: #EEF1F5; - --foreground: #0B1F3A; - --primary-cta: #C9A84C; + --background: #f5f4f0; + --card: #ffffff; + --foreground: #1a1a1a; + --primary-cta: #2c2c2c; --primary-cta-text: #F8F8F6; - --secondary-cta: #0B1F3A; + --secondary-cta: #f5f4f0; --secondary-cta-text: #F8F8F6; - --accent: #2C5F8A; - --background-accent: #C9A84C; + --accent: #8a8a8a; + --background-accent: #e8e6e1; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);