set default body background to #000

This commit is contained in:
jeffvli
2025-09-22 18:24:04 -07:00
parent 6abdbd2f3e
commit 55e35e9b24
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
<% } %>
</head>
<body>
<body style="background-color: #000;">
<div id="root">
<script type="module" src="main.tsx"></script>
</div>