summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorpatwork <patwork@gmail.com>2024-05-12 01:02:14 +0200
committerpatwork <patwork@gmail.com>2024-05-12 01:02:14 +0200
commiteb488f7321fbf49af35aa6b8698ef82b21c5fea8 (patch)
tree948f6d3ad4d1e1e425ce7ed60956d3f27899f433 /misc
parentbdc0316217940a8ccc80ce536547d42e6477adf4 (diff)
downloadredot-engine-eb488f7321fbf49af35aa6b8698ef82b21c5fea8.tar.gz
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;