aboutsummaryrefslogtreecommitdiff
path: root/style.css
blob: 8d648912c361088fef95daa846c5c83e46563c84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
body {
	margin: auto auto;
	max-width: 854px;
	background: #eed;
}
a::before {
	font-family: monospace;
	content: "=>  ";
}
blockquote {
	font-style: italic;
}
@media(prefers-color-scheme:dark) {
	body {
		color: #ddd;
		background: #222;
	}
}