Merge pull request #91852 from patwork/fix-splash-bg-color

[Web] Fix splash screen background color in HTML shell
This commit is contained in:
Rémi Verschelde 2024-05-13 17:32:14 +02:00
commit 13a6df24fc
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

@ -38,7 +38,7 @@ body {
} }
#status { #status {
background-color: #38363A; background-color: #242424;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;