From 50bc25457a249870a2dfdda6d504128974c3a131 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 28 May 2026 01:55:01 +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 c8ce91e..1a5bb9f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f8fcfb; + --background: #f5f4f0; --card: #ffffff; - --foreground: #0e2a29; - --primary-cta: #1f514c; - --primary-cta-text: #ffffff; - --secondary-cta: #d4af37; - --secondary-cta-text: #0e2a29; - --accent: #a8d9d7; - --background-accent: #f0e6c6; + --foreground: #1a1a1a; + --primary-cta: #2c2c2c; + --primary-cta-text: #f5f4f0; + --secondary-cta: #f5f4f0; + --secondary-cta-text: #1a1a1a; + --accent: #8a8a8a; + --background-accent: #e8e6e1; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);