1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-11-09 11:30:00 +00:00
calibre-web/cps/static/css/epub_themes.css
2021-12-15 21:35:10 +05:30

14 lines
149 B
CSS

.lightTheme {
background: #fff;
color: #000;
}
.darkTheme {
background: #000;
color: #fff
}
.sepiaTheme {
background: #ece1ca;
color: #000;
}