mirror of
https://github.com/scratchfoundation/scratch-html5.git
synced 2024-11-28 10:05:55 -05:00
c4b2652c12
Also: - The project input field now allows pasting of URLs - The overlay cannot be clicked while the project is loading
8 lines
134 B
CSS
8 lines
134 B
CSS
body {
|
|
width: 578px;
|
|
padding: 16px;
|
|
margin: 0 auto;
|
|
background: #fff;
|
|
font-family: sans-serif;
|
|
color: #000;
|
|
}
|