fix invert() in packaged builds

invert() was working in the QT 5.14 test environment, but failing
in 5.13
This commit is contained in:
Damien Elmes 2020-03-06 18:02:22 +10:00
parent f7ec2faba6
commit 62aa3031b5

View file

@ -88,5 +88,5 @@ img {
.drawing { zoom: 50%; }
.nightMode img.drawing {
filter: unquote("invert() hue-rotate(180deg)")
filter: unquote("invert(1) hue-rotate(180deg)")
}