summaryrefslogtreecommitdiff
path: root/themes/kvog/assets/css/main.css
blob: 11744b184b202133be8a12f0e23f2258faab6656 (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: 1024px;
}

a {
  color: #00e;
  text-decoration: none;
}