aboutsummaryrefslogtreecommitdiff
path: root/extensions/stylus/tangled.org.css
blob: bf8bd3c86b48653fb56398f9db93ab16eb34687b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
:root {
    font-size: 16px;
    
    --tw-prose-invert-body: #e0e3e9;
}

.max-w-screen-lg {
    max-width: 1100px;
}

code {
    font-family: monospace;
    font-size: 14px;
    line-height: 1.4em;
}

section article {
    display: block;
    max-width: 750px;
    margin: 0 auto;
    
    font-size: 18px;
    line-height: 1.85em;
}