Add Sass support

This commit is contained in:
Zoey 2021-08-19 13:43:45 -07:00
parent e4579c45f0
commit e432f906a1
No known key found for this signature in database
GPG key ID: 2DCAC8EA81672106
9 changed files with 525 additions and 205 deletions

23
site/sass/index.scss Normal file
View file

@ -0,0 +1,23 @@
body {
font-family: sans-serif;
margin: 0;
}
header.main-header {
display: block;
padding: 4px;
background-color: #0ad;
}
a {
text-decoration: none;
&:hover,
&:focus {
text-decoration: underline;
}
}
main.page {
margin: 8px;
}