From b299241832b4bd0a7e9b82a80022fa8207963e4e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 20:52:24 +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 80074b1..4096b4d 100644 --- a/src/index.css +++ b/src/index.css @@ -7,7 +7,7 @@ /* @colorThemes/lightTheme/grayBlueAccent */ --background: #f5f4ef; --card: #dad6cd; - --foreground: #2a2928; + --foreground: #e5790c; --primary-cta: #2a2928; --primary-cta-text: #f5f4ef; --secondary-cta: #ecebea; -- 2.49.1