Add sass support for styling

This commit is contained in:
Gabe Kangas
2020-09-30 15:38:39 -07:00
parent 001da70bcf
commit 429b29cbb0
6 changed files with 12 additions and 126 deletions

16
web/styles/globals.scss Normal file
View File

@@ -0,0 +1,16 @@
html,
body {
padding: 0;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
a {
color: inherit;
text-decoration: none;
}
* {
box-sizing: border-box;
}