[Web] Fix splash screen background color in HTML shell
@@ -38,7 +38,7 @@ body {
}
#status {
- background-color: #38363A;
+ background-color: #242424;
display: flex;
flex-direction: column;
justify-content: center;