From 496ed003fe3c44d245811a9d5bd8faffbd11a42b Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 21 May 2026 01:10:52 +0000 Subject: [PATCH] Changed text color to black for the green theme. --- colorThemes.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colorThemes.css b/colorThemes.css index ce64a05..ef3d711 100644 --- a/colorThemes.css +++ b/colorThemes.css @@ -23,11 +23,11 @@ /* --background: #fafffb; --card: #ffffff; - --foreground: #001a0a; + --foreground: #000000; --primary-cta: #0a705f; --primary-cta-text: #fafffb; --secondary-cta: #ffffff; - --secondary-cta-text: #001a0a; + --secondary-cta-text: #000000; --accent: #a8d9be; --background-accent: #6bbfb8; */ -- 2.49.1