aboutsummaryrefslogtreecommitdiff
path: root/blog/style.css
blob: 60cec1f778fc264f8d3dd5f0628d66398a343227 (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 and https://lobste.rs/c/zeegjm */
    line-height: 1.6em;
    font-size: max(1rem, 20px);
}