From f4ec4ad783d5527691ded6c4402eb9ab0907d027 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 00:46:25 +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 2ad3ddc..432caac 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,13 +12,13 @@ --background: #ffffff; --card: #f9f9f9; - --foreground: #000612e6; + --foreground: #1c1c1c; --primary-cta: #224CA1; --primary-cta-text: #0a0a0a; --secondary-cta: #F0C060; --secondary-cta-text: #e0e0e0; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --accent: #F0C060; + --background-accent: #224CA1; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);