From 8bdf2431e98fb7f319e2366b37fef4e5df80becc Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 26 Apr 2026 23:22:19 +0300 Subject: [PATCH] Bob AI: Change the website's primary theme color to magenta by updat --- src/index.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/index.css b/src/index.css index ba81c74..db9f058 100644 --- a/src/index.css +++ b/src/index.css @@ -4,16 +4,16 @@ @import "./styles/animations.css"; :root { - /* @colorThemes/lightTheme/blue */ - --background: #f8fafc; + /* @colorThemes/lightTheme/magenta */ + --background: #fdf4ff; --card: #ffffff; - --foreground: #0f172a; - --primary-cta: #2563eb; + --foreground: #4a044e; + --primary-cta: #c026d3; --primary-cta-text: #ffffff; --secondary-cta: #ffffff; - --secondary-cta-text: #2563eb; - --accent: #3b82f6; - --background-accent: #dbeafe; + --secondary-cta-text: #c026d3; + --accent: #d946ef; + --background-accent: #fae8ff; /* @layout/border-radius/sharp */ --radius: 0px;