aboutsummaryrefslogtreecommitdiff
path: root/static/stylesheet.css
blob: 80240d830735982bc30921fbb06f551dfec49482 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
*
{
    color-scheme: light dark;
}

body
{
    max-width: 80ch;
    margin: auto;
    font-family: serif;
    font-size: 1.2em;
    overflow: hidden;
    padding: 0 1em;
}

nav { text-align: center; }

hr
{
    border: 0;
    border-bottom: 1px dashed;
}

article img
{
    display: block;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em;
}

footer
{
    text-align: center;
    font-size: 0.9em;
}

pre
{
    overflow: scroll;
}

a { text-decoration: none; }