File size: 209 Bytes
f5071ca |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
body {
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-webkit-tap-highlight-color: transparent;
}
body button {
cursor: pointer;
}
::-webkit-scrollbar {
display: none;
}
|