Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9a6ede452e230b4a130793a067e8444ce09e31f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
body {
	background: #1c2a7e;
	color: #e2e6ff;
	font-family: Arial, sans-serif;
}

h1,h2,h3,h4 {
	margin-bottom: 2px;
}

h2 {
	margin-top: 16px;
}

h2,h4 {
	color: #b7eaef;
}

Back to the top