1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

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

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;