From 155e48e776a8f8de205b5600471808a17a118c0f Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 2 Feb 2026 00:03:43 +0200 Subject: [PATCH] Bob AI: change theme to dark --- src/app/globals.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 6ad242c..b0760a2 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -5,12 +5,12 @@ /* --vw is set by ThemeProvider */ --background: #1a1a2e;; - --card: #ffffff;; - --foreground: #ff6b6b;; + --card: #12121e;; + --foreground: #ffffff;; --primary-cta: #22c55e;; - --secondary-cta: #ffffff;; + --secondary-cta: #2a2a3b;; --accent: #3b82f6;; - --background-accent: #a8e8c3;; + --background-accent: #252533;; /* Base spacing units */ --vw-0_25: calc(var(--vw) * 0.25); --vw-0_5: calc(var(--vw) * 0.5);