From 16427ed2263e3b052dbab1c41550cea84f750d6e Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 6 Feb 2026 19:59:24 +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 991ba40..57b8b05 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,19 +4,19 @@ /* --background: #f7f6f7;; --card: #ffffff;; - --foreground: #2c003e;; - --primary-cta: #6a0dad;; + --foreground: #8b0000;; + --primary-cta: #ff4500;; --secondary-cta: #ffffff;; - --accent: #9a4eae;; - --background-accent: #b57edc;; */ + --accent: #ff6347;; + --background-accent: #ff8c69;; */ - --background: #f3e5f5;; + --background: #ffcccc;; --card: #ffffff;; - --foreground: #2c003e;; - --primary-cta: #6a0dad;; + --foreground: #8b0000;; + --primary-cta: #ff4500;; --secondary-cta: #ffffff;; - --accent: #9a4eae;; - --background-accent: #b57edc;; + --accent: #ff6347;; + --background-accent: #ff8c69;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);