aboutsummaryrefslogtreecommitdiff
path: root/docs/handbook.css
blob: c8b07155381880e8cac043db5f53c869635ec24f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
:root {
	--theme: #0062cc;
	--anchor-underline-color: lightgray;
}

html {
	font-family: system-ui, sans-serif;
	padding: 0rem 10px;
	margin: auto;
	max-width: 40rem;
}

a {
	color: var(--theme);
	text-decoration: underline;
	text-decoration-color: var(--anchor-underline-color);
}