summaryrefslogtreecommitdiff
path: root/html/style.css
blob: f1b474b5658edb6e78f7de41a7fa0c184f8b4f4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
body {
    margin: 20px auto;
    padding: 0 20px;
    max-width: 80ch;

    background: #eee;
    color: #333;

    font-family: sans;
}

h1, h2, h3 {
    line-height: 1.2;
}

p {
    line-height: 1.6;
    text-align: justify;
}

code {
    font-size: 1.2em;
}