mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #3855 from rourien/patch-1
Add comic and book viewer to dark theme
This commit is contained in:
commit
093be3245a
1 changed files with 34 additions and 0 deletions
|
@ -481,3 +481,37 @@ html {
|
|||
background-color: #f2f2f2;
|
||||
color: #00a4dc;
|
||||
}
|
||||
|
||||
#comicsPlayer,
|
||||
#bookPlayer {
|
||||
background: #101010;
|
||||
}
|
||||
|
||||
#bookPlayer .topButtons {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.actionButtonIcon {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#dialogToc {
|
||||
background-color: #101010;
|
||||
}
|
||||
|
||||
#dialogToc .bookplayerButtonIcon {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
#dialogToc .bookplayerButtonIcon:hover {
|
||||
color: #00a4dc;
|
||||
}
|
||||
|
||||
.toc li a:link {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.toc li a:active,
|
||||
.toc li a:hover {
|
||||
color: #00a4dc;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue