Skip to content

Commit 847acdb

Browse files
feat: set background color for body in index.html
1 parent b5f2ffa commit 847acdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>React Unity WebGL Testing</title>
88
</head>
9-
<body>
9+
<body style="background-color: #6e4063">
1010
<div id="root"></div>
1111
<script type="module" src="/src/main.tsx"></script>
1212
</body>

0 commit comments

Comments
 (0)