mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
Fix inverted text in 1.5.4 due to Chrome handling invert() filter differently #1290
This commit is contained in:
parent
63286cc7e2
commit
9cb1cff799
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
.ignore-in-parent-frame {
|
||||
body {
|
||||
-webkit-filter: invert() hue-rotate(180deg);
|
||||
-webkit-filter: invert(100%) hue-rotate(180deg);
|
||||
color: #111;
|
||||
}
|
||||
img {
|
||||
-webkit-filter: invert() hue-rotate(180deg);
|
||||
-webkit-filter: invert(100%) hue-rotate(180deg);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue