1
0
mirror of https://github.com/RobinLinus/snapdrop.git synced 2025-05-15 15:10:10 -07:00
snapdrop/app/styles/main.css
2016-06-22 15:02:44 -06:00

17 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;
}