From bd1be5a18aafed2ab744e5437497be619f224bf7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 17:55:53 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 99a809c..60f9709 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f8fafc; - --card: #ffffff; - --foreground: #0f172a; - --primary-cta: #1d4ed8; + --background: #fafffb; + --card: #f7fffa; + --foreground: #001a0a; + --primary-cta: #0a7039; --primary-cta-text: #ffffff; - --secondary-cta: #e0e7ff; + --secondary-cta: #ffffff; --secondary-cta-text: #1e3a5f; - --accent: #3b82f6; - --background-accent: #60a5fa; + --accent: #a8d9be; + --background-accent: #6bbf8e; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);