Files
planetposen/frontend/styles/normalize.scss
2020-07-18 21:46:14 +02:00

16 lines
147 B
SCSS

body {
margin: 0;
padding: 0;
}
a {
text-decoration: none;
color: inherit;
}
button {
cursor: pointer;
-webkit-appearance: unset;
}