mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-04 07:10:06 +08:00
🎨(ui-dark): Remove iframe inversion
This commit is contained in:
parent
ffef8e3cda
commit
a38d65cb2a
2 changed files with 0 additions and 11 deletions
|
@ -8,6 +8,5 @@
|
|||
"engines": {
|
||||
"nylas": "*"
|
||||
},
|
||||
"styleSheets": ["email-frame"],
|
||||
"private": true
|
||||
}
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
|
||||
.ignore-in-parent-frame {
|
||||
body {
|
||||
-webkit-filter: invert() hue-rotate(180deg);
|
||||
color: #111;
|
||||
}
|
||||
img {
|
||||
-webkit-filter: invert() hue-rotate(180deg);
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue