From 2329a9cf5a7950dba99d054bc8884aad62adcaef Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 13:00:07 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 1c9048c..9217b35 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: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #1f514c;; - --secondary-cta: #ffffff;; - --accent: #159c49;; - --background-accent: #a8e8ba;; */ + /* --background: #F8F8F8;; + --card: #FFFFFF;; + --foreground: #1A1A1A;; + --primary-cta: #E63946;; + --secondary-cta: #FFFFFF;; + --accent: #1A1A1A;; + --background-accent: #C0C0C0;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #1f514c;; - --primary-cta-text: #f5f5f5;; - --secondary-cta: #ffffff;; - --secondary-cta-text: #1c1c1c;; - --accent: #159c49;; - --background-accent: #a8e8ba;; + --background: #F8F8F8;; + --card: #FFFFFF;; + --foreground: #1A1A1A;; + --primary-cta: #E63946;; + --primary-cta-text: #FFFFFF;; + --secondary-cta: #FFFFFF;; + --secondary-cta-text: #1A1A1A;; + --accent: #1A1A1A;; + --background-accent: #C0C0C0;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1