aboutsummaryrefslogtreecommitdiff
path: root/blog/style.css
blob: a7b41a5391da856d65210b4a83233c197c4fee9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
:root {
    color-scheme: light dark;
}
body {
    max-width: 40em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
}
p, blockquote, li {
    /* from Mozilla reader mode */
    line-height: 1.6em;
    font-size: 20px;
}