From 943e63fafddfbcbf253cae958bded346a05d0e59 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:02:24 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 9cf288d..ee5db84 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #f8f8f8; + --card: #f0f0f0; --foreground: #1a1a1a; - --primary-cta: #ff6b35; + --primary-cta: #ff4500; --primary-cta-text: #ffffff; - --secondary-cta: #004e89; + --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; - --accent: #1a1a1a; - --background-accent: #ff6b35; + --accent: #ff6b35; + --background-accent: #ff4500; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);