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