From 91bbf0b107d9c72c632d4bac49d97e719cff7dd2 Mon Sep 17 00:00:00 2001 From: cawcenter Date: Sun, 14 Dec 2025 23:32:42 -0500 Subject: [PATCH] fix: add black background to homepage --- src/styles/global.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/styles/global.css b/src/styles/global.css index 9702902..b59dc11 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -3,6 +3,15 @@ @tailwind utilities; @layer base { + html { + background-color: #000000; + } + + body { + background-color: #000000; + color: #e5e7eb; + } + :root { --background: 0 0% 0%; --foreground: 0 0% 100%;