summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-05-13 17:32:14 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-05-13 17:32:14 +0200
commit13a6df24fcf4108f2f8251d17d60428f3f2072eb (patch)
treedb4bb08d3e4951d04b73468a32f001e0d5a6d47b /misc
parent5cb9a748d6942a335706b12979c33d23cf15d8d4 (diff)
parenteb488f7321fbf49af35aa6b8698ef82b21c5fea8 (diff)
downloadredot-engine-13a6df24fcf4108f2f8251d17d60428f3f2072eb.tar.gz
Merge pull request #91852 from patwork/fix-splash-bg-color
[Web] Fix splash screen background color in HTML shell
Diffstat (limited to 'misc')
-rw-r--r--misc/dist/html/full-size.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/dist/html/full-size.html b/misc/dist/html/full-size.html
index 874fe2695e..fc34164368 100644
--- a/misc/dist/html/full-size.html
+++ b/misc/dist/html/full-size.html
@@ -38,7 +38,7 @@ body {
}
#status {
- background-color: #38363A;
+ background-color: #242424;
display: flex;
flex-direction: column;
justify-content: center;