From f00ea3ac46d020ce6d627505f5381fe09d24fc31 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 9 Feb 2026 06:05:53 +0000 Subject: [PATCH] Bob AI: Change the color green to blue --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 6776fea..11fbbd0 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -5,7 +5,7 @@ /* --background: #ffffff;; --card: #f9f9f9;; --foreground: #000f06e6;; - --primary-cta: #0a7039;; + --primary-cta: #0a4070;; --secondary-cta: #f9f9f9;; --accent: #e2e2e2;; --background-accent: #c4c4c4;; */ @@ -13,7 +13,7 @@ --background: #ffffff;; --card: #f9f9f9;; --foreground: #000f06e6;; - --primary-cta: #0a7039;; + --primary-cta: #0a4070;; --secondary-cta: #f9f9f9;; --accent: #e2e2e2;; --background-accent: #c4c4c4;;