summaryrefslogtreecommitdiff
path: root/doc/print.css
blob: deb5b13da04842de37025f66f01e30b199edf979 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
body {
	background:white;
	color:black;
}

h1{
	background:white;
	color:black;
}

h2 {
	background:white;
	color:#666;
}