From 0b6175bac67652b314af19dfd5a8b59fb429767d Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Sun, 22 Jun 2025 00:19:31 -0500 Subject: [PATCH] Fix background color to match rest of the theme. --- frontend/src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/index.css b/frontend/src/index.css index f14083c8..5c37b48b 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -12,7 +12,7 @@ body { sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - background-color: #2E2F34; + background-color: #18181b; /* Ensure the global background is dark */ color: #ffffff; }