Commit 848152eb authored by Julia Radzhabova's avatar Julia Radzhabova

Fix Bug 33085.

parent a4630885
......@@ -83,7 +83,6 @@
img {
-webkit-filter: invert(100%) brightness(4);
filter: invert(100%) brightness(4);
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='invert'><feColorMatrix in='SourceGraphic' type='matrix' values='-.1 0 0 0 1 0 -.1 0 0 1 0 0 -.1 0 1 0 0 0 1 0'/></filter></svg>#invert");
}
canvas {
-webkit-filter: invert(100%) brightness(4);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment