mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-02 14:49:16 +02:00
14 lines
129 B
CSS
14 lines
129 B
CSS
.dark {
|
|
background: #000;
|
|
color: #fff
|
|
}
|
|
|
|
.light {
|
|
background: #fff;
|
|
color: #000;
|
|
}
|
|
|
|
.tan {
|
|
background: tan;
|
|
color: #ccc;
|
|
}
|