From 1f0949be17c67b978ecd744304bb80ef0ce8386e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 18:10:22 +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 773d870..d738cce 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #000612e6; - --primary-cta: #1A4A8A; + --background: #FDFDFD; + --card: #F8F9F5; + --foreground: #1A2E0C; + --primary-cta: #2D5016; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #7AB318; --secondary-cta-text: #000612e6; - --accent: #E8A020; - --background-accent: #0D7E7E; + --accent: #7AB318; + --background-accent: #E8F0E2; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);