mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
404ac00001
Closes #14626
16 lines
221 B
CSS
16 lines
221 B
CSS
@import "components/header.css";
|
|
@import "components/footer.css";
|
|
|
|
body {
|
|
color: #222;
|
|
font-family: sans-serif;
|
|
line-height: 1.5;
|
|
margin: 1rem;
|
|
max-width: 768px;
|
|
}
|
|
|
|
a {
|
|
color: #00e;
|
|
text-decoration: none;
|
|
}
|