summaryrefslogtreecommitdiff
path: root/themes/kvog/assets/css/main.css
blob: e0bb58c8f95f230daa4ecce038d6dd6528b66c29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@import "components/header.css";
@import "components/footer.css";

body {
  color: #222;
  font-family: sans-serif;
  font-family: Arial, sans-serif;
  font-size: 13px;
  margin: 1rem;
  max-width: 1024px;
}

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

summary {
    cursor: pointer;
}