Extended scss files.

This commit is contained in:
2020-07-18 21:46:14 +02:00
parent 4640ca09f8
commit ce8e934104
5 changed files with 472 additions and 7 deletions

View File

@@ -2,5 +2,14 @@
body {
margin: 0;
padding: 0;
font-family: sans-serif;
}
}
a {
text-decoration: none;
color: inherit;
}
button {
cursor: pointer;
-webkit-appearance: unset;
}