blob: e8cd0bf51e3c71b671cc8d45d3bd84aebc3cf51b (
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
body {
font-family: Inconsolata, monospace;
font-weight: 400;
}
h1 {
font-size: 2.8rem;
font-weight: 300;
line-height: 1.167;
letter-spacing: -0.01562em;
}
a {
text-decoration: none;
}
p, ul {
margin-top: 0.3rem;
margin-bottom: 0.6rem;
}
li {
margin: 0 0.08rem;
}
h3 {
font-size: 1.5rem;
margin-top: 0.4rem;
margin-bottom: 1rem;
}
ul {
list-style-type: disc;
list-style-position: inside;
}
ul > ul {
list-style-type: circle;
list-style-position: inside;
margin-left: 1em;
}
|