From 69f62fa1063570e2ee7da7d44dcbc4e0874af249 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 07:12:42 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b5e5066..c94a899 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,23 +2,23 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #fafffb;;;; - --card: #f7fffa;;;; - --foreground: #001a0a;;;; - --primary-cta: #0a7039;;;; - --secondary-cta: #ffffff;;;; - --accent: #a8d9be;;;; - --background-accent: #6bbf8e;;;; */ + /* --background: #f5f5f5;;;;; + --card: #ffffff;;;;; + --foreground: #1c1c1c;;;;; + --primary-cta: #1c1c1c;;;;; + --secondary-cta: #ffffff;;;;; + --accent: #15479c;;;;; + --background-accent: #a8cce8;;;;; */ - --background: #fafffb;;;; - --card: #f7fffa;;;; - --foreground: #001a0a;;;; - --primary-cta: #0a7039;;;; + --background: #f5f5f5;;;;; + --card: #ffffff;;;;; + --foreground: #1c1c1c;;;;; + --primary-cta: #1c1c1c;;;;; --primary-cta-text: #e3deea;; - --secondary-cta: #ffffff;;;; + --secondary-cta: #ffffff;;;;; --secondary-cta-text: #27231f;; - --accent: #a8d9be;;;; - --background-accent: #6bbf8e;;;; + --accent: #15479c;;;;; + --background-accent: #a8cce8;;;;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);