From 993de45e65332ba83bd4f2b3732c012fb6bf1f50 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 23 Feb 2026 18:53:06 +0200 Subject: [PATCH] Bob AI: make text in buttons black --- src/app/styles/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 18bc43f..7b6248a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,18 +4,18 @@ /* --background: #f7f6f7;; --card: #1a1a1a;; - --foreground: #ffff00;; + --foreground: #000000;; --primary-cta: #ffcc00;; - --secondary-cta: #ffff00;; + --secondary-cta: #ffcc00;; --accent: #ff9900;; --background-accent: #333300;; */ --background: #000000;; --card: #1a1a1a;; - --foreground: #ffff00;; + --foreground: #000000;; --primary-cta: #ffcc00;; --primary-cta-text: #f7f6f7;; - --secondary-cta: #ffff00;; + --secondary-cta: #ffcc00;; --secondary-cta-text: #0c1325;; --accent: #ff9900;; --background-accent: #333300;;