From 057f0db5e6a2eff4f2d78671bf14135b22ad6596 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 26 Apr 2026 15:38:50 +0000 Subject: [PATCH] Bob AI: Change all primary theme colors to magenta throughout the en --- src/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.css b/src/index.css index 6c40f0a..7b2e9d5 100644 --- a/src/index.css +++ b/src/index.css @@ -4,14 +4,14 @@ @import "./styles/animations.css"; :root { - /* @colorThemes/lightTheme/magento */ + /* @colorThemes/lightTheme/magenta */ --background: #F8F8F8; --card: #ffffff; --foreground: #2C2C2C; - --primary-cta: #EF6C00; + --primary-cta: #FF00FF; --primary-cta-text: #ffffff; --secondary-cta: #ffffff; - --secondary-cta-text: #EF6C00; + --secondary-cta-text: #FF00FF; --accent: #e0e0e0; --background-accent: #cccccc; -- 2.49.1