zyllian.github.io/site/sass/index.scss

24 lines
255 B
SCSS
Raw Normal View History

2021-08-17 09:59:34 -07:00
body {
font-family: sans-serif;
margin: 0;
}
2021-08-19 12:52:42 -07:00
header.main-header {
display: block;
padding: 4px;
background-color: #0ad;
}
a {
text-decoration: none;
2021-08-19 13:43:45 -07:00
&:hover,
&:focus {
text-decoration: underline;
}
2021-08-19 12:52:42 -07:00
}
main.page {
margin: 8px;
}