try again inverting image colors via css
This commit is contained in:
parent
2de555f176
commit
7ce22cefb7
@ -79,5 +79,6 @@ table thead th {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.origin > img {
|
.origin > img {
|
||||||
filter: invert(100%);
|
-webkit-filter: invert(1);
|
||||||
|
filter: invert(1);
|
||||||
}
|
}
|
Reference in New Issue
Block a user