From a8a87ef312d9872f6499120efe0b40ac33b71177 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 6 Feb 2026 17:03:54 +0000 Subject: [PATCH] Bob AI: change color theme to blue --- src/app/styles/variables.css | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 90ee71e..8e4dac8 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -3,20 +3,20 @@ /* --vw is set by ThemeProvider */ /* --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #341f51;; + --card: #e0f7fa;; + --foreground: #004d40;; + --primary-cta: #006064;; --secondary-cta: #ffffff;; - --accent: #6139e6;; - --background-accent: #b3a8e8;; */ + --accent: #0288d1;; + --background-accent: #b2ebf2;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #341f51;; + --background: #bbdefb;; + --card: #e0f7fa;; + --foreground: #004d40;; + --primary-cta: #006064;; --secondary-cta: #ffffff;; - --accent: #6139e6;; - --background-accent: #b3a8e8;; + --accent: #0288d1;; + --background-accent: #b2ebf2;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1