Skip to content

Commit

Permalink
Removes unneeded lines from the book-white-theme.ts so that is now di…
Browse files Browse the repository at this point in the history
…splays colored text from the ebook (Redst0neFlux's PR)
  • Loading branch information
majora2007 committed Feb 15, 2025
1 parent a04bda7 commit 5dadfed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UI/Web/src/app/book-reader/_models/book-white-theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
color: black !important;
color: black;
}
.book-content code {
Expand All @@ -125,7 +125,7 @@ export const BookWhiteTheme = `
box-shadow: none;
text-shadow: none;
border-radius: unset;
color: #dcdcdc !important;
color: #dcdcdc;
}
.book-content :visited, .book-content :visited *, .book-content :visited *[class] {
Expand Down

0 comments on commit 5dadfed

Please sign in to comment.