mirror of
https://github.com/KevinMidboe/planetposen.git
synced 2025-10-29 09:40:31 +00:00
19 lines
204 B
SCSS
19 lines
204 B
SCSS
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: inherit;
|
|
}
|
|
|
|
button {
|
|
cursor: pointer;
|
|
-webkit-appearance: unset;
|
|
|
|
// disable-dbl-tap-zoom
|
|
touch-action: manipulation;
|
|
}
|