From f7295a6c67135c7e0698c43b7d91c049dc79c83f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:38:57 +0000 Subject: [PATCH 1/2] 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 2958d50..41e5803 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,10 +12,10 @@ --background: #fafffb; --card: #f7fffa; - --foreground: #ffffff; + --foreground: #000000; --primary-cta: #0a7039; --primary-cta-text: #000000; - --secondary-cta: #000000; + --secondary-cta: #ffffff; --secondary-cta-text: #001a0a; --accent: #a8d9be; --background-accent: #6bbf8e; -- 2.49.1 From 4968257fcccc98a2d61c861e604b05f86076d52e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:39:47 +0000 Subject: [PATCH 2/2] Update theme colors --- src/app/styles/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 41e5803..1acf170 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #fafffb; - --card: #f7fffa; + --card: #000000; --foreground: #000000; --primary-cta: #0a7039; --primary-cta-text: #000000; -- 2.49.1