From 10e502f233d590c66331c9a0f73357d63f28e599 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 17:04:31 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index a28e15c..a614460 100644 --- a/src/index.css +++ b/src/index.css @@ -7,7 +7,7 @@ /* @colorThemes/lightTheme/grayBlueAccent */ --background: #8b3636; --card: #f9f9f9; - --foreground: #000f06e6; + --foreground: #388858; --primary-cta: #3a7a58; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; -- 2.49.1