From e593ff567bfc90a34503a0e366d16cae625e7285 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 18:13:31 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index d336bdd..c0defe1 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,21 +2,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f5f5f5;; - --card: #ffffff;; + /* --background: #ffffff;; + --card: #f5f5f5;; --foreground: #1c1c1c;; - --primary-cta: #0066cc;; + --primary-cta: #0a7039;; --secondary-cta: #ffffff;; - --accent: #00aacc;; - --background-accent: #004d99;; */ + --accent: #a8d9be;; + --background-accent: #e2f0e8;; */ - --background: #f5f5f5;; - --card: #ffffff;; + --background: #ffffff;; + --card: #f5f5f5;; --foreground: #1c1c1c;; - --primary-cta: #0066cc;; + --primary-cta: #0a7039;; --secondary-cta: #ffffff;; - --accent: #00aacc;; - --background-accent: #004d99;; + --accent: #a8d9be;; + --background-accent: #e2f0e8;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);