From 21aea58ad87ff29717b6930e1fbfa1477abc0b35 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 15 Jun 2026 14:32:29 +0000 Subject: [PATCH] Bob AI: Update background to coal black and adjust theme colors --- src/index.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/index.css b/src/index.css index c22d856..a8d52ce 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #f5f4f0; - --card: #ffffff; - --foreground: #1a1a1a; - --primary-cta: #2c2c2c; + --background: #0a0a0a; + --card: #161616; + --foreground: #f5f5f5; + --primary-cta: #9333ea; --primary-cta-text: #f5f4f0; - --secondary-cta: #f5f4f0; - --secondary-cta-text: #1a1a1a; - --accent: #8a8a8a; - --background-accent: #e8e6e1; + --secondary-cta: #e11d48; + --secondary-cta-text: #ffffff; + --accent: #333333; + --background-accent: #1a1a1a; /* @layout/border-radius/rounded */ --radius: 1rem; -- 2.49.1