Archived
1
0

try again inverting image colors via css

This commit is contained in:
Jeff Becker 2016-03-08 16:58:47 -05:00
parent 2de555f176
commit 7ce22cefb7
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -79,5 +79,6 @@ table thead th {
}
.origin > img {
filter: invert(100%);
-webkit-filter: invert(1);
filter: invert(1);
}