calibre-web/cps/static/css/epub_themes.css

19 lines
201 B
CSS
Raw Normal View History

2021-12-12 13:10:44 +00:00
.lightTheme {
background: #fff;
color: #000;
}
.darkTheme {
background: #202124;
2021-12-12 13:10:44 +00:00
color: #fff
}
.sepiaTheme {
background: #ece1ca;
color: #000;
}
.blackTheme {
background: #000;
color: #fff
2021-12-12 13:10:44 +00:00
}