mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Exempt label dialog PDF preview from darkmode blending
It should show real colors, instead of the darkmode
This commit is contained in:
parent
05ab3c3b7b
commit
b637f5c3dd
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue