Bob AI: make background images more visible by setting siteBackgroun

This commit is contained in:
kudinDmitriyUp
2026-06-22 11:53:22 +00:00
parent 4484689f32
commit 70c4dfd8da
2 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ export default function Layout() {
}, []);
return (
<StyleProvider buttonVariant="default" siteBackground="none" heroBackground="none">
<StyleProvider buttonVariant="default" siteBackground="image" heroBackground="image">
<SiteBackgroundSlot />
<SectionErrorBoundary name="navbar">
<div className="fixed top-6 left-1/2 -translate-x-1/2 z-50 hidden md:flex items-center gap-2 p-1.5 card rounded-full shadow-lg">

View File

@@ -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;