From e50fd59ae359534f11586bcc6ad2a6d144130d8d Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 27 Apr 2026 15:23:51 +0000 Subject: [PATCH] Bob AI: Change the --foreground CSS variable to red in globals.css t --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 78e1e8b..bc66893 100644 --- a/src/index.css +++ b/src/index.css @@ -7,7 +7,7 @@ /* @colorThemes/lightTheme/grayNavyBlue */ --background: #f3e8ff; --card: #ffffff; - --foreground: #1e3a8a; + --foreground: red; --primary-cta: #1e3a8a; --primary-cta-text: #e3deea; --secondary-cta: #ffffff; -- 2.49.1