summaryrefslogtreecommitdiff
path: root/style.css
blob: faf949162ebd0a598c432abae3efdb7f3126b58f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
body {
	font-family: sans;
}

ul {
	columns: 300px;
}

li {
	margin-bottom: 0.5em;
}

code {
	font-size: 1.1em;
}