From 7f1e19a255109e3352ffed3c843d6dacb576a2d9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 20:07:57 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 22a6cbd..bbe374e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,13 +12,13 @@ --background: #ffffff; --card: #f9f9f9; - --foreground: #000612; - --primary-cta: #c5a059; + --foreground: #000f06e6; + --primary-cta: #0a7039; --primary-cta-text: #ffffff; - --secondary-cta: #000000; + --secondary-cta: #f9f9f9; --secondary-cta-text: #ffffff; --accent: #e2e2e2; - --background-accent: #f3eee5; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);