From a52edbf7dcc24678db0fab778401a4aa811cd7ac Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 18:11:13 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 9dc80bd..5b1c3c2 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;; - --foreground: #1c1c1c;; - --primary-cta: #1c1c1c;; + /* --background: #ffffff;; + --card: #f9f9f9;; + --foreground: #000000;; + --primary-cta: #000000;; --secondary-cta: #ffffff;; - --accent: #15479c;; - --background-accent: #a8cce8;; */ + --accent: #e2e2e2;; + --background-accent: #c4c4c4;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #1c1c1c;; + --background: #ffffff;; + --card: #f9f9f9;; + --foreground: #000000;; + --primary-cta: #000000;; --secondary-cta: #ffffff;; - --accent: #15479c;; - --background-accent: #a8cce8;; + --accent: #e2e2e2;; + --background-accent: #c4c4c4;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1