Display correct splash color on web export

This commit is contained in:
Elias Pozewaunig
2024-10-11 22:07:53 +02:00
parent 92e51fca72
commit 4db5cd6e84
2 changed files with 2 additions and 1 deletions

View File

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