summaryrefslogtreecommitdiff
path: root/lib/epub.js/examples/themes.css
diff options
context:
space:
mode:
Diffstat (limited to 'lib/epub.js/examples/themes.css')
-rw-r--r--lib/epub.js/examples/themes.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/epub.js/examples/themes.css b/lib/epub.js/examples/themes.css
new file mode 100644
index 0000000..0bb5eef
--- /dev/null
+++ b/lib/epub.js/examples/themes.css
@@ -0,0 +1,14 @@
+.dark {
+ background: #000;
+ color: #fff
+}
+
+.light {
+ background: #fff;
+ color: #000;
+}
+
+.tan {
+ background: tan;
+ color: #ccc;
+}