summaryrefslogtreecommitdiff
path: root/lib/epub.js/examples/themes.css
blob: 0bb5eefe6e99adb3cd0c29dae567f8b3fb44f1c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.dark {
	background: #000;
	color: #fff
}

.light {
	background: #fff;
	color: #000;
}

.tan {
	background: tan;
	color: #ccc;
}