From b1f8d426389242186626f4af4947fae74762ad3f Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 04:25:16 +0000 Subject: [PATCH] Bob AI: Redesign the Charleston Care Pharmacy website to be more pre --- src/index.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/index.css b/src/index.css index 5485ceb..64712de 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #F5FAFD; + --background: #F7F8FA; --card: #ffffff; - --foreground: #083D77; - --primary-cta: #1FA6B6; + --foreground: #243F7A; + --primary-cta: #243F7A; --primary-cta-text: #FFFFFF; - --secondary-cta: #CDA349; + --secondary-cta: #D4A63A; --secondary-cta-text: #FFFFFF; - --accent: #083D77; - --background-accent: #1FA6B6; + --accent: #1E3566; + --background-accent: #243F7A; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1