mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
11 lines
169 B
Text
11 lines
169 B
Text
|
|
||
|
.ignore-in-parent-frame {
|
||
|
body {
|
||
|
-webkit-filter: invert() hue-rotate(180deg);
|
||
|
color: #111;
|
||
|
}
|
||
|
img {
|
||
|
-webkit-filter: invert() hue-rotate(180deg);
|
||
|
}
|
||
|
}
|