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 ed1f56a122
commit f1734a475d

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)")
}