Show dark startup splash screen

This commit is contained in:
Pierre HUBERT 2021-03-06 11:23:17 +01:00
parent b63ace2dde
commit 152530a87e
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,8 @@
* Full splash screen
*/
.waitSplashScreen {
background-color: rgba(128, 128, 128, 0.06);
background-color: #001F3F;
color: white;
padding-top: 10%;
text-align: center;
}

View File

@ -52,7 +52,6 @@ class SmallMediaPlayer {
target.appendChild(video);
}
el.querySelector(".close").addEventListener("click", e => el.remove());
el.addEventListener("click", e => el.remove());
}