From 443d603adc24c9c95c122463ba85091da6ff3e55 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 17 Feb 2026 17:17:55 +0000 Subject: [PATCH] Bob AI: change color theme to yellow and black --- src/app/styles/variables.css | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b8b9feb..16b227d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -3,20 +3,20 @@ /* --vw is set by ThemeProvider */ /* --background: #0a0a0a;; - --card: #1a1a1a;; - --foreground: #ffffffe6;; - --primary-cta: #e63946;; - --secondary-cta: #1a1a1a;; - --accent: #737373;; - --background-accent: #737373;; */ + --card: #000000;; + --foreground: #ffff00;; + --primary-cta: #000000;; + --secondary-cta: #ffff00;; + --accent: #000000;; + --background-accent: #ffff00;; */ - --background: #0a0a0a;; - --card: #1a1a1a;; - --foreground: #ffffffe6;; - --primary-cta: #e63946;; - --secondary-cta: #1a1a1a;; - --accent: #737373;; - --background-accent: #737373;; + --background: #000000;; + --card: #000000;; + --foreground: #ffff00;; + --primary-cta: #000000;; + --secondary-cta: #ffff00;; + --accent: #000000;; + --background-accent: #ffff00;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);