From 66f8881459aed39c94d2d946d1c0f648d6ff2b4d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:39:50 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 5f144b6..f2b4fdb 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fafffb; - --card: #f7fffa; - --foreground: #001a0a; - --primary-cta: #0a7039; + --background: #ffffff; + --card: #f5f5f5; + --foreground: #000000; + --primary-cta: #000000; --primary-cta-text: #fafffb; --secondary-cta: #ffffff; --secondary-cta-text: #001a0a; - --accent: #a8d9be; - --background-accent: #6bbf8e; + --accent: #808080; + --background-accent: #cccccc; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1