-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dark mode with white images #114
Comments
CSS reference: readium-css/css/src/modules/ReadiumCSS-night_mode.css Lines 49 to 72 in 5830114
|
But I need to keep the white of my image in sepia mode. How do I do this? |
A workaround that doesn't involve an update of Readium CSS is to use the day mode ( --RS__backgroundColor: #faf4e8;
--RS__textColor: #121212; |
Yeah this is caused by the following in sepia mode: readium-css/css/src/modules/ReadiumCSS-sepia_mode.css Lines 42 to 47 in 5830114
At the time |
Issue transferred from: edrlab/thorium-reader#1605
Originally posted by @civodulab
Why does the sepia theme change the white of my image ?
Tested on a .png and .jpg image.
Sepia theme
Night Theme
The text was updated successfully, but these errors were encountered: