Fix background color to match rest of the theme.

This commit is contained in:
SergeantPanda 2025-06-22 00:19:31 -05:00
parent 384609ae77
commit 0b6175bac6

View file

@ -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;
}