From 8fc492dffe3079cb736f0167c1e1bf86ebb806dc Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 16 Feb 2026 18:49:54 +0200 Subject: [PATCH] Bob AI: make hero title text in red color --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 4b3533e..7208d58 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,7 +4,7 @@ /* --background: #fcf6ec;; --card: #3b2f4a;; - --foreground: #ffffff;; + --foreground: #ff0000;; --primary-cta: #a855f7;; --secondary-cta: #3b2f4a;; --accent: #8b5cf6;; @@ -12,7 +12,7 @@ --background: #1e1b26;; --card: #3b2f4a;; - --foreground: #ffffff;; + --foreground: #ff0000;; --primary-cta: #a855f7;; --secondary-cta: #3b2f4a;; --accent: #8b5cf6;;