- The CWA repo now contains all of the core required files it needs & no longer directly uses the latest Calibre-Web releases & linuxserver/docker-calibre-web repo to build it's images - This change should hopefully make contributing to the project much more intuitive for those interested as well making CWA easier to develop for in general Bugfixes: - Fixed typo in amazonjp.py preventing it from working
19 lines
202 B
CSS
Executable File
19 lines
202 B
CSS
Executable File
.lightTheme {
|
|
background: #fff;
|
|
color: #000;
|
|
}
|
|
|
|
.darkTheme {
|
|
background: #202124;
|
|
color: #fff
|
|
}
|
|
|
|
.sepiaTheme {
|
|
background: #ece1ca;
|
|
color: #000;
|
|
}
|
|
|
|
.blackTheme {
|
|
background: #000;
|
|
color: #fff;
|
|
} |