From d6416f65ba0250be46db3fa529b86cdab195eff2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 19:02:19 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 881dc4f..9ce628b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -5,18 +5,18 @@ /* --background: #f5f5f5;; --card: #ffffff;; --foreground: #1c1c1c;; - --primary-cta: #159c49;; + --primary-cta: #0a7039;; --secondary-cta: #ffffff;; - --accent: #159c49;; - --background-accent: #a8e8ba;; */ + --accent: #15479c;; + --background-accent: #a8d9be;; */ --background: #f5f5f5;; --card: #ffffff;; --foreground: #1c1c1c;; - --primary-cta: #159c49;; + --primary-cta: #0a7039;; --secondary-cta: #ffffff;; - --accent: #159c49;; - --background-accent: #a8e8ba;; + --accent: #15479c;; + --background-accent: #a8d9be;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);