mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
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:
parent
f7ec2faba6
commit
62aa3031b5
1 changed files with 1 additions and 1 deletions
|
@ -88,5 +88,5 @@ img {
|
|||
|
||||
.drawing { zoom: 50%; }
|
||||
.nightMode img.drawing {
|
||||
filter: unquote("invert() hue-rotate(180deg)")
|
||||
filter: unquote("invert(1) hue-rotate(180deg)")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue