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