mirror of
https://github.com/peter-tanner/neptunium-explorer.git
synced 2024-11-30 04:40:15 +08:00
Make loading transparent
This commit is contained in:
parent
93197e6a8b
commit
e28e493343
12
style.css
12
style.css
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user