From 1c0abbf3644388d3b0b80a01ed72674613e7b7b4 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 8 Feb 2026 00:58:40 +0000 Subject: [PATCH] Bob AI: change the green to blue --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 881dc4f..79c7f79 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -5,18 +5,18 @@ /* --background: #f5f5f5;; --card: #ffffff;; --foreground: #1c1c1c;; - --primary-cta: #159c49;; + --primary-cta: #007bff;; --secondary-cta: #ffffff;; - --accent: #159c49;; - --background-accent: #a8e8ba;; */ + --accent: #007bff;; + --background-accent: #add8e6;; */ --background: #f5f5f5;; --card: #ffffff;; --foreground: #1c1c1c;; - --primary-cta: #159c49;; + --primary-cta: #007bff;; --secondary-cta: #ffffff;; - --accent: #159c49;; - --background-accent: #a8e8ba;; + --accent: #007bff;; + --background-accent: #add8e6;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);