🎨(ui-dark): Remove iframe inversion

This commit is contained in:
Jackie Luo 2016-05-13 23:03:24 -07:00
parent ffef8e3cda
commit a38d65cb2a
2 changed files with 0 additions and 11 deletions

View file

@ -8,6 +8,5 @@
"engines": {
"nylas": "*"
},
"styleSheets": ["email-frame"],
"private": true
}

View file

@ -1,10 +0,0 @@
.ignore-in-parent-frame {
body {
-webkit-filter: invert() hue-rotate(180deg);
color: #111;
}
img {
-webkit-filter: invert() hue-rotate(180deg);
}
}