Fix the black background in the ereader's white mode (#1610)

* Fix the black background in the ereader's white mode

* Fix the black background in the ereader's white mode
This commit is contained in:
TheIceCreamTroll 2022-10-28 06:47:55 -07:00 committed by GitHub
parent 40431f9410
commit e9c8ccfbee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ export const BookWhiteTheme = `
.book-content *:not(input), .book-content *:not(select), .book-content *:not(code), .book-content *:not(:link), .book-content *:not(.ngx-toastr) { .book-content *:not(input), .book-content *:not(select), .book-content *:not(code), .book-content *:not(:link), .book-content *:not(.ngx-toastr) {
color: #dcdcdc !important; color: black !important;
} }
.book-content code { .book-content code {
@ -122,15 +122,15 @@ background-color: initial !important;
.book-content *:not(code), .book-content *:not(a) { .book-content *:not(code), .book-content *:not(a) {
background-color: black; background-color: white;
box-shadow: none; box-shadow: none;
text-shadow: none; text-shadow: none;
border-radius: unset; border-radius: unset;
color: #dcdcdc !important; color: #dcdcdc !important;
} }
.book-content :visited, .book-content :visited *, .book-content :visited *[class] {color: rgb(211, 138, 138) !important} .book-content :visited, .book-content :visited *, .book-content :visited *[class] {color: rgb(240, 50, 50) !important}
.book-content :link:not(cite), :link .book-content *:not(cite) {color: #8db2e5 !important} .book-content :link:not(cite), :link .book-content *:not(cite) {color: #00f !important}
.btn-check:checked + .btn { .btn-check:checked + .btn {
color: white; color: white;