summaryrefslogtreecommitdiff
path: root/static/index.css
blob: ff999d012985bdcb662a6e8aa15bd1925e664f9d (plain)
1
2
3
4
5
6
7
8
9
10
11
body {
	text-align: center;
	font-family: sans-serif;
	font-size: 16pt;
}

.error {
	margin: 1em;
	padding: 1em;
	background-color: #faa;
}