summaryrefslogtreecommitdiff
path: root/themes/vinkland/assets/css/main.css
blob: 2427214fb736a077e095a781cea86e71e4e6ecfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
:root {
    --bg: #fafafa;
    --fg: #2f343f;
    --hl: #4084d6;
    --hl2: #ed4737;
}

body {
    color: var(--fg);

    font-family: C059;
    margin: 0 auto;
    max-width: 800px;
    flex-direction: column;
}

header {
  margin-bottom: 1rem;
}

footer {
  margin-top: 1rem;
}

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