From 70c4dfd8dab2b2fe28aff9b27a4b5a133848cd61 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 11:53:22 +0000 Subject: [PATCH] Bob AI: make background images more visible by setting siteBackgroun --- src/components/Layout.tsx | 2 +- src/index.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 2f6b605..cb344fa 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -61,7 +61,7 @@ export default function Layout() { }, []); return ( - +
diff --git a/src/index.css b/src/index.css index 6a0a91f..7f79985 100644 --- a/src/index.css +++ b/src/index.css @@ -5,8 +5,8 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #fafffb; - --card: #ffffff; + --background: #fafffbe6; + --card: #ffffffe6; --foreground: #001a0a; --primary-cta: #0a705f; --primary-cta-text: #fafffb;