about summary refs log tree commit diff stats
path: root/style.css
blob: eb059d94b315c4a09aff5c9649c7402dcb9d8cac (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
body {
	margin: auto;
	font: 18px/1.4 serif;
	max-width: 70ch;
	background-color: papayawhip;
	color: navy;
}
code {
	background-color: #ffe;
	color: black;
}
pre > code {
	display: block;
}
img {
	max-width: 100%;
}
a:link {
	text-decoration: none;
	background: #eef;
	color: inherit;
}
a:visted {
	color: inherit;
}
a:active {
	border-bottom: 1px solid;
}
a:hover {
	border-bottom: 1px solid;
}