From 0604332b88e410cbf8f31807657a7827e831a3d0 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 16:50:20 +0000 Subject: [PATCH] Bob AI: Update color theme to match the teal and white design --- src/index.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/index.css b/src/index.css index b450b86..17c7b28 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #fdfdfd; - --card: #f4f4f5; - --foreground: #09090b; - --primary-cta: #18181b; + --background: #e0f2f1; + --card: #ffffff; + --foreground: #004d40; + --primary-cta: #008080; --primary-cta-text: #ffffff; - --secondary-cta: #e4e4e7; - --secondary-cta-text: #09090b; - --accent: #71717a; - --background-accent: #f4f4f5; + --secondary-cta: #b2dfdb; + --secondary-cta-text: #004d40; + --accent: #00695c; + --background-accent: #ffffff; /* @layout/border-radius/rounded */ --radius: 1rem; -- 2.49.1