From ea53bee334e13957db73113a81e464b35fb016ca Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 6 Feb 2026 18:20:17 +0000 Subject: [PATCH] Bob AI: chnge color theme to blue --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 4c12381..97785aa 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: #007bff;; --secondary-cta: #ffffff;; - --accent: #6139e6;; - --background-accent: #b3a8e8;; */ + --accent: #007bff;; + --background-accent: #add8e6;; */ - --background: #f5f5f5;; + --background: #e0f7fa;; --card: #ffffff;; --foreground: #1c1c1c;; - --primary-cta: #6139e6;; + --primary-cta: #007bff;; --secondary-cta: #ffffff;; - --accent: #6139e6;; - --background-accent: #b3a8e8;; + --accent: #007bff;; + --background-accent: #add8e6;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);