summaryrefslogtreecommitdiff
path: root/style.css
blob: cc7b87ab7bb83de5672e4e56f8367c4852dd1761 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
body {
	padding: 1em;
	margin: 0 auto;
	width: max-content;
	font-family: sans-serif;
}


.ok { color: green; }
table { width: 100%; }
th { text-align: left; }
td { text-align: right; }