From 3d159e1ee8ecf9711fe17168511c4d487e3eb198 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 00:59:04 +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 d43da86..cda561a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #f5f5f5; - --foreground: #1a1a1a; - --primary-cta: #d4af37; + --card: #f0f0f0; + --foreground: #0a0a0a; + --primary-cta: #FF6B35; --primary-cta-text: #000000; --secondary-cta: #ffffff; --secondary-cta-text: #1a1a1a; - --accent: #000000; - --background-accent: #e8e8e8; + --accent: #FFD60A; + --background-accent: #FFC300; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1