mirror of
https://github.com/scratchfoundation/scratch-html5.git
synced 2025-03-01 23:53:59 -05:00
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;
|
|
}
|