From b992dfe42aefef1d6a721d9829db188ab14bb503 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 2 Feb 2026 10:28:03 +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 fe68d4f..a5ca764 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,7 +4,7 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #f5f5f5;; + --background: #1a1a2e;; --card: #ffffff;; --foreground: #000000;; --primary-cta: #2bb889;;