about summary refs log tree commit diff
path: root/served/bits/poem.css
blob: 9acade986e922fe6d523d4dc6c4a4bca6198ab6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
summary {
	font-size: 2rem;
}

pre {
	width: 100%;
	white-space: break-spaces;
	font-family: sans-serif;
}

pre.stacked {
	border-top: 1px dashed var(--text-dim);
	padding-top: 24px;
}