From 7bea176e0367b748e48eaa2c20905c5c22243dfb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 10:39:48 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index f43a6a7..26e61b6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5faff; - --card: #f1f8ff; - --foreground: #001122; + --background: #ffffff; + --card: #f0f8ff; + --foreground: #1a1a1a; --primary-cta: #15479c; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #e8f0fe; --secondary-cta-text: #0056b3; --accent: #a8cce8; - --background-accent: #7ba3cf; + --background-accent: #f0f8ff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);