apply Scratch 3.0 color and font styles to loading screen

This commit is contained in:
Christopher Willis-Ford 2019-07-25 18:46:31 -07:00
parent f57320e718
commit 68bb1f4acc

View file

@ -3,8 +3,14 @@
<head>
<meta charset="utf-8">
<style>
body {
background-color: #4D97FF;
}
.splash {
color: white;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: xx-large;
font-weight: bolder;
margin: 0;
position: absolute;
top: 50%;