PairDrop/app/styles/main.css
2015-12-23 13:57:13 +01:00

12 lines
218 B
CSS

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