From bbd55a50b7a9542efb08e339895191ff856aac2c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 11:01:25 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 27 ++++++++++----------------- 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index c7d073f..e41938f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,23 +2,16 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #ffffff;; - --card: #f0f4f8;; - --foreground: #0c1e3e;; - --primary-cta: #0052cc;; - --secondary-cta: #ffffff;; - --accent: #0052cc;; - --background-accent: #e0eef9;; */ - - --background: #ffffff;; - --card: #f0f4f8;; - --foreground: #0c1e3e;; - --primary-cta: #0052cc;; - --primary-cta-text: #f5f5f5;; - --secondary-cta: #ffffff;; - --secondary-cta-text: #1c1c1c;; - --accent: #0052cc;; - --background-accent: #e0eef9;; + /* Blue and white theme */ + --background: #ffffff; + --card: #f0f4f8; + --foreground: #0c1e3e; + --primary-cta: #0052cc; + --primary-cta-text: #ffffff; + --secondary-cta: #ffffff; + --secondary-cta-text: #0c1e3e; + --accent: #0052cc; + --background-accent: #e0eef9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);