From 5f7094803e52173dae7798744abb987bcf1d450a Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 21 Apr 2026 06:28:17 +0000 Subject: [PATCH] Bob AI: Add a cool, subtle background element (e.g., a pattern, text --- src/App.tsx | 4 ++-- src/index.css | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 779d2de..f7e2400 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -10,7 +10,7 @@ import TestimonialAvatarCard from '@/components/sections/testimonial/Testimonial export default function App() { return ( - <> +
- +
); } diff --git a/src/index.css b/src/index.css index 017cadb..b9d0434 100644 --- a/src/index.css +++ b/src/index.css @@ -5,7 +5,7 @@ :root { /* @colorThemes/lightTheme/grayBlueAccent */ - --background: #ffffff; + --background: transparent; --card: #f9f9f9; --foreground: #120006e6; --primary-cta: #e63946; @@ -134,7 +134,6 @@ html { body { margin: 0; - background-color: var(--background); color: var(--foreground); font-family: '${manrope.variable} ${dmSans.variable}', sans-serif; position: relative;