aboutsummaryrefslogtreecommitdiff
path: root/static/stylesheet.css
blob: f1ec6810db3aebca3300c4f8090244958b13949d (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
44
45
46
47
48
49
* { color-scheme: light dark; }

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

nav, h1 { text-align: center; }

blockquote
{
    border: 1px solid;
    border-left: 6px solid;
    padding-left: 0.5em;
}

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

code { overflow: scroll; }

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; }