blob: 99624061ebe4c14ca4df7a0d242c2d46250ce05d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
.site-head, #site-main, .site-foot {
margin: 0 auto;
}
.post-content-title {
font-weight: bold;
}
.post-content-body {
& p {
font-family: Inter, sans-serif;
font-size: 18px;
line-height: 2em;
}
& code {
font-family: monospace;
font-size: 0.9em;
}
& h1, h2, h3, h4, h5, h6 {
font-weight: bold;
letter-spacing: -0.5px;
}
}
|