Dark email body content
Dark theme works great except that the message body content is set to have a white background of "#fff". An easy fix is the following:
1.) Apply a CSS filter. "filter: invert(1)" to the element with attribute data-testid="message-content:body"
2.) Apply another CSS filter to images so they are not inverted. CSS selector img.
I tried it and it works but it's not permanent since I'm only modifying the styles using the browser's dev tools.
Please add this to the dark theme CSS.
-
plz12345 commented
Other mail clients support this more and more. Gmail does, Outlook does, but not Proton's web clients. Seems fine on IOS, but not web or desktop/Electron clients.
Dark mode is kind of pointless if it doesn't apply to the main reason we use the app, the content.
-
Max commented
Also, this should be included into the Mail App (for Windows).
The bright message body kinda defeats the purpose of a dark theme. -
Ryūga Hideki commented
This should be a priority because it's indeed a bug in all the dark themes. It makes it really difficult to use them when required due to the fact that the entire e-mail is indeed a bright contrast with the overall interface.