From 1c59a6e9f8e1353f3d8321255eac1acc551575f8 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 21 May 2026 01:09:43 +0000 Subject: [PATCH] Bob AI: change the color palette to green --- src/index.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/index.css b/src/index.css index 73ea2c5..fba5350 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #f5f5f5; + --background: #f0fdf4; --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #511f1f; - --primary-cta-text: #f5f5f5; + --foreground: #166534; + --primary-cta: #16a34a; + --primary-cta-text: #ffffff; --secondary-cta: #ffffff; - --secondary-cta-text: #1c1c1c; - --accent: #e63946; - --background-accent: #e8bea8; + --secondary-cta-text: #166534; + --accent: #22c55e; + --background-accent: #dcfce7; /* @layout/border-radius/rounded */ --radius: 1.5rem; -- 2.49.1