mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 21:52:31 -05:00
apply Scratch 3.0 color and font styles to loading screen
This commit is contained in:
parent
f57320e718
commit
68bb1f4acc
1 changed files with 6 additions and 0 deletions
|
@ -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%;
|
||||||
|
|
Loading…
Reference in a new issue