Skip to content

Commit 68bb1f4

Browse files
author
Christopher Willis-Ford
committed
apply Scratch 3.0 color and font styles to loading screen
1 parent f57320e commit 68bb1f4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/renderer/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@
33
<head>
44
<meta charset="utf-8">
55
<style>
6+
body {
7+
background-color: #4D97FF;
8+
}
69
.splash {
10+
color: white;
11+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
712
font-size: xx-large;
13+
font-weight: bolder;
814
margin: 0;
915
position: absolute;
1016
top: 50%;

0 commit comments

Comments
 (0)