zyllian.github.io/site/static/site.css

24 lines
247 B
CSS
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;
}
a:hover,
a:focus {
text-decoration: underline;
}
main.page {
margin: 8px;
}