From 13f4b0b96ba510a4a1cf3bf6bdf40077c6af56f8 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 3 Jul 2026 17:12:52 +0000 Subject: [PATCH] Bob AI: The user attached the section/component ca --- src/index.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/index.css b/src/index.css index 02cadd5..590ea17 100644 --- a/src/index.css +++ b/src/index.css @@ -7,13 +7,13 @@ /* @colorThemes/lightTheme/grayNavyBlue */ --background: #ffffff; --card: #ffffff; - --foreground: #001122; - --primary-cta: #15479c; - --primary-cta-text: #f5faff; + --foreground: #111111; + --primary-cta: #111111; + --primary-cta-text: #ffffff; --secondary-cta: #ffffff; - --secondary-cta-text: #001122; - --accent: #a8cce8; - --background-accent: #7ba3cf; + --secondary-cta-text: #111111; + --accent: #666666; + --background-accent: #e5e5e5; /* @layout/border-radius/rounded */ --radius: 1rem;