From 898497e6b3502b05c11cac7c8f61383b7099b578 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 28 Apr 2026 11:23:11 +0000 Subject: [PATCH] Bob AI: Change the site's primary color theme to use shades of purpl --- src/index.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/index.css b/src/index.css index 57c13bb..4365d4c 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #000000; - --card: #481f1f; + --background: #02000a; + --card: #120b29; --foreground: #ffffff; - --primary-cta: #ffffff; - --primary-cta-text: #280101; - --secondary-cta: #361311; - --secondary-cta-text: #f6d4d4; - --accent: #51000b; - --background-accent: #ff2231; + --primary-cta: #6d28d9; + --primary-cta-text: #ffffff; + --secondary-cta: #2e1065; + --secondary-cta-text: #ddd6fe; + --accent: #2563eb; + --background-accent: #4f46e5; /* @layout/border-radius/rounded */ --radius: 9999px; @@ -197,4 +197,4 @@ h6 { is always visible — when --secondary-cta is white-ish on a near-white page bg, a same-color border is invisible and the button disappears. */ border: 1px solid color-mix(in srgb, var(--color-foreground) 18%, transparent); -} +} \ No newline at end of file -- 2.49.1