1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-02 14:49:16 +02:00
epub.js/examples/themes.css
2020-02-10 01:35:46 +08:00

14 lines
129 B
CSS

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