about summary refs log tree commit diff
path: root/served/words/words.css
blob: ac46e6badaf25d175f39464928428244353a7baf (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
#written {
	display: grid;
	grid-template-columns: min-content 1fr;
	column-gap: 0.5rem;
}

#written>h2 {
	grid-column: 1 / 3;
	margin: 0 0 1rem 0;
}

h3 {
	font-weight: normal;
	font-size: 1.15rem;
}

ul {
	padding-left: 0;
	list-style: none;
}

h3,
ul {
	margin: 0;
}

h3,
li {
	font-family: 'Atkinson Hyperlegible Mono', monospace, sans-serif;
}

li {
	margin-bottom: 0.4rem;
}

li a {
	font-family: 'Atkinson Hyperlegible', sans-serif;
}