scratch-html5/index.css
Nathan Dinsmore c4b2652c12 Updated theme to be more like the Flash player
Also:
- The project input field now allows pasting of URLs
- The overlay cannot be clicked while the project is loading
2013-11-14 20:12:42 -05:00

8 lines
134 B
CSS

body {
width: 578px;
padding: 16px;
margin: 0 auto;
background: #fff;
font-family: sans-serif;
color: #000;
}