From d4911134e9fdf795ac3a22388c43ef12dbb1aa1a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 21:29:10 +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 fd9ebfc..a02c8b9 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: #120006e6; - --primary-cta: #e63946; + --background: #f8faf7; + --card: #f0f3f0; + --foreground: #1a3d2a; + --primary-cta: #2d7d5c; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #e8f0eb; --secondary-cta-text: #120006e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --accent: #4a9f77; + --background-accent: #d4e8db; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);