From a167f72187cd00822010c1ebd1c161a5fa74bfb0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 22:06:52 +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 9e219f9..03bccbd 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f9f4; - --card: #ffffff; - --foreground: #1a2e1a; - --primary-cta: #2d5a27; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #06446c; + --primary-cta: #06446c; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #67b31b; --secondary-cta-text: #2d5a27; - --accent: #4a8c3f; - --background-accent: #6fb85e; + --accent: #67b31b; + --background-accent: #f9f9f9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);