Merge pull request #91852 from patwork/fix-splash-bg-color
[Web] Fix splash screen background color in HTML shell
This commit is contained in:
commit
13a6df24fc
2
misc/dist/html/full-size.html
vendored
2
misc/dist/html/full-size.html
vendored
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user