summaryrefslogtreecommitdiff
path: root/themes/vinkland/assets/css/#main.css#
blob: 3a4f9689a4f9c04e04654bfcdb51c12445fa3822 (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;
}