From fac1d9d29363356ebb0d230ba07e10db10130add Mon Sep 17 00:00:00 2001 From: development Date: Tue, 6 Jan 2026 13:36:45 +0000 Subject: [PATCH] Update src/app/globals.css --- 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 d6a6af4..6427847 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,7 +4,7 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #0a0a0a;; + --background: #000000;; --card: #1a1a1a;; --foreground: #ffffffe6;; --primary-cta: #facc15;;