From 251211f8e75b3c083caf2302b76149bd61946253 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 9 Feb 2026 06:19:00 +0000 Subject: [PATCH] Bob AI: change the purple color 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 4c12381..c96ed8d 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: #6139e6;; + --primary-cta: #0056b3;; --secondary-cta: #ffffff;; - --accent: #6139e6;; - --background-accent: #b3a8e8;; */ + --accent: #0056b3;; + --background-accent: #a0c4ff;; */ --background: #f5f5f5;; --card: #ffffff;; --foreground: #1c1c1c;; - --primary-cta: #6139e6;; + --primary-cta: #0056b3;; --secondary-cta: #ffffff;; - --accent: #6139e6;; - --background-accent: #b3a8e8;; + --accent: #0056b3;; + --background-accent: #a0c4ff;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);