fix: add black background to homepage

This commit is contained in:
cawcenter
2025-12-14 23:32:42 -05:00
parent 1f99309e73
commit 91bbf0b107

View File

@@ -3,6 +3,15 @@
@tailwind utilities; @tailwind utilities;
@layer base { @layer base {
html {
background-color: #000000;
}
body {
background-color: #000000;
color: #e5e7eb;
}
:root { :root {
--background: 0 0% 0%; --background: 0 0% 0%;
--foreground: 0 0% 100%; --foreground: 0 0% 100%;