1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-03 14:59:18 +02:00
epub.js/examples/themes.css
2016-12-04 20:31:57 +01:00

14 lines
128 B
CSS

.dark {
background: #000;
color: #fff
}
.dark {
background: #fff;
color: #000;
}
.tan {
background: tan;
color: #ccc;
}