aboutsummaryrefslogtreecommitdiff
path: root/blog/style.css
blob: ad714ff47807911601f95542e5614b141373ce67 (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.6em;
    font-size: max(1rem, 20px);
}
body {
    max-width: 40em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
}