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%;