From 6a8a4a065291d71bb183d685754b7b29edecbf86 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 13:38:39 +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 5a5dd37..13186b0 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: #f9f9f9; + --foreground: #120a00e6; + --primary-cta: #FF7B05; --primary-cta-text: #0d1b2a; - --secondary-cta: #ffffff; + --secondary-cta: #f9f9f9; --secondary-cta-text: #0d1b2a; - --accent: #a8d9be; - --background-accent: #6bbf8e; + --accent: #e2e2e2; + --background-accent: #FF7B05; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);