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