From 673704dd49e710e5d66ddef37fd200ccb33cd18d Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 17 Feb 2026 15:31:48 +0200 Subject: [PATCH] Bob AI: make stars in testimonials red --- 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 064b779..821aa5c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -7,7 +7,7 @@ --foreground: #e0e0e0;; --primary-cta: #ffcc00;; --secondary-cta: #33334d;; - --accent: #ff6600;; + --accent: #ff0000;; --background-accent: #4d4d66;; */ --background: #1a1a2e;; @@ -15,7 +15,7 @@ --foreground: #e0e0e0;; --primary-cta: #ffcc00;; --secondary-cta: #33334d;; - --accent: #ff6600;; + --accent: #ff0000;; --background-accent: #4d4d66;; /* text sizing - set by ThemeProvider */