26 lines
536 B
CSS
26 lines
536 B
CSS
/* ns-hugo-imp:/home/tsindt/src/www/northsidestudio/themes/basic/assets/css/components/header.css */
|
|
header {
|
|
border-bottom: 1px solid #222;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
/* ns-hugo-imp:/home/tsindt/src/www/northsidestudio/themes/basic/assets/css/components/footer.css */
|
|
footer {
|
|
border-top: 1px solid #222;
|
|
margin-top: 1rem;
|
|
}
|
|
|
|
/* <stdin> */
|
|
body {
|
|
color: #222;
|
|
font-family: sans-serif;
|
|
line-height: 1.5;
|
|
margin: 1rem;
|
|
max-width: 768px;
|
|
}
|
|
a {
|
|
color: #00e;
|
|
text-decoration: none;
|
|
}
|
|
/*# sourceMappingURL=main.css.map */
|