webdog/site/sass/index.scss
2021-08-19 13:43:45 -07:00

23 lines
255 B
SCSS

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;
}