Exempt label dialog PDF preview from darkmode blending

It should show real colors, instead of the darkmode
This commit is contained in:
Jan Böhmer 2023-02-20 00:26:56 +01:00
parent 05ab3c3b7b
commit b637f5c3dd

View file

@ -23,7 +23,8 @@
/** If darkmode is enabled revert the blening for images and videos, as these should be shown not inverted */
.darkmode--activated img,
.darkmode--activated video {
.darkmode--activated video,
.darkmode--activated object {
mix-blend-mode: difference;
}