PairDrop/app/styles/main.css

13 lines
218 B
CSS
Raw Normal View History

html,
body {
height: 100%;
width: 100%;
}
2015-12-18 16:50:36 +01:00
body {
background: #fafafa;
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #333;
-webkit-font-smoothing: antialiased;
2015-12-18 16:50:36 +01:00
}