mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-10 23:15:00 +08:00
Revert "🎨(ui-dark): Remove iframe inversion"
This commit is contained in:
parent
2eb331aae3
commit
d9b6529df7
2 changed files with 10 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
"version": "0.1.0",
|
||||
"description": "The Dark N1 Client Theme",
|
||||
"license": "GPL-3.0",
|
||||
"styleSheets": ["email-frame"],
|
||||
"engines": {
|
||||
"nylas": "*"
|
||||
},
|
||||
|
|
9
internal_packages/ui-dark/styles/email-frame.less
Normal file
9
internal_packages/ui-dark/styles/email-frame.less
Normal file
|
@ -0,0 +1,9 @@
|
|||
.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