From bbf3c740d2b9e6c3ced5c2b0206117500c70e5f8 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 25 Jun 2026 07:34:53 +0000 Subject: [PATCH] Bob AI: Change website background to red and adjust theme colors for --- src/index.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/index.css b/src/index.css index 0cc2da9..93c0a30 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #ffffff; - --card: #f5f5f5; - --foreground: #000000; - --primary-cta: #e60000; + --background: #e60000; + --card: #cc0000; + --foreground: #ffffff; + --primary-cta: #000000; --primary-cta-text: #ffffff; - --secondary-cta: #000000; - --secondary-cta-text: #ffffff; - --accent: #666666; - --background-accent: #eeeeee; + --secondary-cta: #ffffff; + --secondary-cta-text: #e60000; + --accent: #ffcccc; + --background-accent: #b30000; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1