aboutsummaryrefslogtreecommitdiff
path: root/blog/style.css
blob: 781bce7ed07f70d0bbf1f71b85b21bc94a33089e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
:root {
    color-scheme: light dark;
    /* from Mozilla reader mode and https://lobste.rs/c/zeegjm */
    line-height: 1.5;
    font-size: max(1rem, 20px);
}
body {
    max-width: 40em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
}