PairDrop/app/styles/main.css
2016-06-22 15:02:44 -06:00

16 lines
274 B
CSS

html,
body {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
}
body {
background: #fafafa;
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #333;
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
}