summaryrefslogtreecommitdiffstats
path: root/assets/css/main.css
blob: 6c0b66090683f496420f79ee2e8cabe7e9101134 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@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;
}