From f3ab6914c8602030e0d46f19fb833231a0fc56fe Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 27 Apr 2026 15:20:04 +0000 Subject: [PATCH] Bob AI: Change the --background CSS variable in src/styles/globals.c --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 52cf3f7..78e1e8b 100644 --- a/src/index.css +++ b/src/index.css @@ -5,7 +5,7 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #e3deea; + --background: #f3e8ff; --card: #ffffff; --foreground: #1e3a8a; --primary-cta: #1e3a8a; -- 2.49.1