fix: make background black to prevent flashing

This commit is contained in:
Jet Pham 2026-03-05 00:30:37 -08:00
parent 3364a6ae9b
commit 56f8e05ae0
No known key found for this signature in database

View file

@ -11,7 +11,7 @@
<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/apple-icon.png" />
</head>
<body>
<body style="background:#000">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>