PairDrop/app/styles/main.css
2016-01-01 20:22:20 +01:00

15 lines
273 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;
}