The img mix-blend-mode in custom styles does not take effect
The img mix-blend-mode in custom styles does not take effect. I tried using
img {
mix-blend-mode: multiply;
}
To make images in book blend into the background color, but it doesn't work. In developer tools I can see that the img elements is applying my custom style correctly, but it doesn't actually take effect in the reader. Is there a way to solve this issue?
|