From 3196dd09b98945b216b69109f90207369badcb1c Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 24 Apr 2026 13:07:54 +0000 Subject: [PATCH] Bob AI: Change the primary color theme of the entire website to red --- src/index.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/index.css b/src/index.css index ff16858..6066312 100644 --- a/src/index.css +++ b/src/index.css @@ -4,16 +4,16 @@ @import "./styles/animations.css"; :root { - /* @colorThemes/lightTheme/grayBlueAccent */ + /* @colorThemes/lightTheme/redBlueAccent */ --background: #f5f5f5; --card: #ffffff; --foreground: #1c1c1c; - --primary-cta: #1c1c1c; - --primary-cta-text: #f5f5f5; + --primary-cta: #dc2626; + --primary-cta-text: #ffffff; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; - --accent: #15479c; - --background-accent: #a8cce8; + --accent: #2563eb; + --background-accent: #bfdbfe; /* @layout/border-radius/rounded */ --radius: 1rem; @@ -174,4 +174,4 @@ h6 { /* @secondaryButtons/solid */ .secondary-button { background: var(--color-secondary-cta); -} +} \ No newline at end of file -- 2.49.1