diff options
author | patwork <patwork@gmail.com> | 2024-05-12 01:02:14 +0200 |
---|---|---|
committer | patwork <patwork@gmail.com> | 2024-05-12 01:02:14 +0200 |
commit | eb488f7321fbf49af35aa6b8698ef82b21c5fea8 (patch) | |
tree | 948f6d3ad4d1e1e425ce7ed60956d3f27899f433 /misc | |
parent | bdc0316217940a8ccc80ce536547d42e6477adf4 (diff) | |
download | redot-engine-eb488f7321fbf49af35aa6b8698ef82b21c5fea8.tar.gz |
Fix splash screen background color in HTML shell
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dist/html/full-size.html | 2 |
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; |