From 64fd515c8dff03cc5e1f2b215ec84c3c1225bef6 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 30 Jan 2026 14:54:52 +0000 Subject: [PATCH] Bob AI: change color theme to red and black --- src/app/globals.css | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index fec41fa..0ecb02a 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,14 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #ffffff;; - --card: #f9f9f9;; - --foreground: #120006e6;; - --primary-cta: #e63946;; - --secondary-cta: #f9f9f9;; - --accent: #e2e2e2;; - --background-accent: #c4c4c4;; - + --background: #000000;; + --card: #1a1a1a;; + --foreground: #ffffff;; + --primary-cta: #ff4d4d;; + --secondary-cta: #ff7e7e;; + --accent: #ff4d4d;; + --background-accent: #2a2a2a;; /* Base spacing units */ --vw-0_25: calc(var(--vw) * 0.25); --vw-0_5: calc(var(--vw) * 0.5);