From 67c57d80a57c899638dd2e40d92767e41b793efb Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 9 Feb 2026 22:51:07 +0000 Subject: [PATCH] Bob AI: change the color green with blue and the color pin... --- 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 f854842..9630ee4 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -5,18 +5,18 @@ /* --background: #faf8fb;; --card: #ffffff;; --foreground: #1a1a1a;; - --primary-cta: #e91e8c;; + --primary-cta: #000000;; --secondary-cta: #ffffff;; - --accent: #22c55e;; - --background-accent: #86efac;; */ + --accent: #3b82f6;; + --background-accent: #60a5fa;; */ --background: #faf8fb;; --card: #ffffff;; --foreground: #1a1a1a;; - --primary-cta: #e91e8c;; + --primary-cta: #000000;; --secondary-cta: #ffffff;; - --accent: #22c55e;; - --background-accent: #86efac;; + --accent: #3b82f6;; + --background-accent: #60a5fa;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);