From 058cbbdb9b393feb2a186d78e2d884011e5ff79a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 13:45:03 +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 f2ded1e..ccf037c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #f0fdf4; - --foreground: #001a0a; - --primary-cta: #0a7039; + --card: #f0f8ff; + --foreground: #001a16; + --primary-cta: #15479c; --primary-cta-text: #ffffff; - --secondary-cta: #15479c; + --secondary-cta: #d1e7dd; --secondary-cta-text: #ffffff; --accent: #a8d9be; - --background-accent: #6bbf8e; + --background-accent: #f0fff4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);