From bbc511083b256ad930a9242f8d647f326c57376a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 07:42:32 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 31775b5..5f701da 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,12 +12,12 @@ --background: #ffffff; --card: #f9f9f9; - --foreground: #da0008; + --foreground: #8d474a; --primary-cta: #0a7039; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; --secondary-cta-text: #000f06e6; - --accent: #e2e2e2; + --accent: #29c470; --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ -- 2.49.1