From fb95dfe31b9867792d40c76f2b94488cb3f9562d Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 26 Apr 2026 23:19:55 +0300 Subject: [PATCH] Bob AI: Change the website's primary theme color to blue by updating --- src/index.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/index.css b/src/index.css index f58f586..ba81c74 100644 --- a/src/index.css +++ b/src/index.css @@ -4,16 +4,16 @@ @import "./styles/animations.css"; :root { - /* @colorThemes/lightTheme/grayBlueAccent */ - --background: #f5f5f5; + /* @colorThemes/lightTheme/blue */ + --background: #f8fafc; --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #1c1c1c; - --primary-cta-text: #f5f5f5; + --foreground: #0f172a; + --primary-cta: #2563eb; + --primary-cta-text: #ffffff; --secondary-cta: #ffffff; - --secondary-cta-text: #1c1c1c; - --accent: #15479c; - --background-accent: #a8cce8; + --secondary-cta-text: #2563eb; + --accent: #3b82f6; + --background-accent: #dbeafe; /* @layout/border-radius/sharp */ --radius: 0px; -- 2.49.1