about summary refs log tree commit diff stats
path: root/weeds/weed.css
blob: 5fafec26ab1b32cb17b7fb16d65f1e96c4e91d8c (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
body {
	font: 16pt/1.5 serif;
	padding: 2ch;
	margin: auto;
	background: #666;
	max-width: 72ch;
}

article {
	border: 2px ridge;
	background: #888;
	padding: 0 1ch;
	margin-bottom: 1em;
}

article header {
	display: flex;
	flex-flow: row wrap;
	align-items: baseline;
	justify-content: space-between;
	border-bottom: 2px groove;
}

h3 {
	padding: 0 1ch;
	font-style: italic;
}

time {
	font-size: 12pt;
}

a {
	text-decoration: none;
	color: navy;
}