From eabe0c5512c93879337918a9c02a5258a75fe617 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 1 Feb 2026 22:32:47 +0200 Subject: [PATCH] Bob AI: change background color to #1a1a2e --- src/app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/globals.css b/src/app/globals.css index 2258c68..8cddad2 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,7 +4,7 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #f5deb3;; + --background: #1a1a2e;; --card: #d2b48c;; --foreground: #000000;; --primary-cta: #d1916c;;