From eb390616cf4ddafa8d2778d3e393fc13ec04a30e Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 27 Apr 2026 10:43:08 +0300 Subject: [PATCH] Bob AI: Change the background color of all card elements across the --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 9c70ddf..50430bf 100644 --- a/src/index.css +++ b/src/index.css @@ -6,7 +6,7 @@ :root { /* @colorThemes/lightTheme/grayBlueAccent */ --background: #ffffff; - --card: #f9f9f9; + --card: #ffffff; --foreground: #000612e6; --primary-cta: #2563eb; --primary-cta-text: #ffffff;