Make loading transparent

This commit is contained in:
Peter 2024-02-18 01:00:12 +08:00
parent 93197e6a8b
commit e28e493343

View File

@ -38,13 +38,15 @@ canvas {
cursor: pointer;
}
body {
background-color: black;
}
#loadingOverlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #222222;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
justify-content: center;
align-items: center;