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

Fix splash screen background color in HTML shell

This commit is contained in:
patwork
2024-05-12 01:02:14 +02:00
parent bdc0316217
commit eb488f7321

View File

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