summaryrefslogtreecommitdiff
path: root/style.css
blob: 0fa610c395841437816a488b1b1394d1d1baa50f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
body {
	font-family: sans-serif;
	color: #00ff00;
	background-color: #000;
}

h1 {
	vertical-align: middle;
}

a {
	color: #00ff00;
}

hr {
	color: #00ff00;
	background-color: #00ff00;
	border-top: 1px solid #00ff00;
}

pre {
	font-family: monospace;
}