From 4aac32e2a04177563c2ea6bab4af3ba4095a2bf2 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 1 Feb 2026 21:44:35 +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 bcf8597..05d9312 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,7 +4,7 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #d2b48c;; + --background: #1a1a2e;; --card: #f5deb3;; --foreground: #000000;; --primary-cta: #e0a862;;