aboutsummaryrefslogtreecommitdiff
path: root/static/stylesheet.css
blob: 7796c43f8bb9a4b1ef2feb6eb9cfe02165c767ee (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
* { color-scheme: light dark; }

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

nav, #title-block-header { text-align: center; }

nav { padding-top: 1em; }

blockquote, code
{
    border: 1px solid;
    backdrop-filter: invert(10%);
    margin-inline: auto;
}

code
{
    overflow: scroll;
    display: block;
    padding: 0.5em;
}

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

article img
{
    display: block;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    max-width: 100%;
}

pre { overflow: scroll; }

.button > img { display: unset; }