From 7de4e9c51d2b5d91305d0f8eb907e94f4f736256 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 17 Feb 2026 17:34:37 +0000 Subject: [PATCH] Bob AI: change color theme to red and black --- src/app/styles/variables.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 16b227d..e487491 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,19 +4,19 @@ /* --background: #0a0a0a;; --card: #000000;; - --foreground: #ffff00;; - --primary-cta: #000000;; - --secondary-cta: #ffff00;; - --accent: #000000;; - --background-accent: #ffff00;; */ + --foreground: #ff0000;; + --primary-cta: #ff0000;; + --secondary-cta: #000000;; + --accent: #ff0000;; + --background-accent: #000000;; */ --background: #000000;; --card: #000000;; - --foreground: #ffff00;; - --primary-cta: #000000;; - --secondary-cta: #ffff00;; - --accent: #000000;; - --background-accent: #ffff00;; + --foreground: #ff0000;; + --primary-cta: #ff0000;; + --secondary-cta: #000000;; + --accent: #ff0000;; + --background-accent: #000000;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);