mirror of
https://github.com/janeczku/calibre-web
synced 2024-11-01 15:46:21 +00:00
19 lines
202 B
CSS
19 lines
202 B
CSS
.lightTheme {
|
|
background: #fff;
|
|
color: #000;
|
|
}
|
|
|
|
.darkTheme {
|
|
background: #202124;
|
|
color: #fff
|
|
}
|
|
|
|
.sepiaTheme {
|
|
background: #ece1ca;
|
|
color: #000;
|
|
}
|
|
|
|
.blackTheme {
|
|
background: #000;
|
|
color: #fff;
|
|
} |