From 54cf6f1e7258e025beb1bc0b1cbcf4341d454744 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sat, 7 Feb 2026 16:29:50 +0000 Subject: [PATCH] Bob AI: change color theme to red --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a84d84a..7363732 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,19 +4,19 @@ /* --background: #f5f5f5;; --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #1c1c1c;; + --foreground: #ff0000;; + --primary-cta: #ff0000;; --secondary-cta: #ffffff;; - --accent: #007bff;; - --background-accent: #add8e6;; */ + --accent: #ff4500;; + --background-accent: #ffcccc;; */ - --background: #e0f7fa;; + --background: #ffe4e1;; --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #1c1c1c;; + --foreground: #ff0000;; + --primary-cta: #ff0000;; --secondary-cta: #ffffff;; - --accent: #007bff;; - --background-accent: #add8e6;; + --accent: #ff4500;; + --background-accent: #ffcccc;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);