From 6a9eaae7a332f624e47854bb832d504d35947b96 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 6 Feb 2026 17:18:56 +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 13ef4fe..5749c24 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -3,20 +3,20 @@ /* --vw is set by ThemeProvider */ /* --background: #fffafa;; - --card: #fff7f7;; - --foreground: #1a0000;; - --primary-cta: #e63946;; + --card: #e0f7fa;; + --foreground: #004d40;; + --primary-cta: #009688;; --secondary-cta: #ffffff;; - --accent: #f5c4c7;; - --background-accent: #f09199;; */ + --accent: #b2ebf2;; + --background-accent: #4db6ac;; */ - --background: #fffafa;; - --card: #fff7f7;; - --foreground: #1a0000;; - --primary-cta: #e63946;; + --background: #e0f7fa;; + --card: #e0f7fa;; + --foreground: #004d40;; + --primary-cta: #009688;; --secondary-cta: #ffffff;; - --accent: #f5c4c7;; - --background-accent: #f09199;; + --accent: #b2ebf2;; + --background-accent: #4db6ac;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1