-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't effect email content, they're still scorching white. Replaces background image with flat color #12
Comments
I agree with you, it's not ideal. However after several attempts I wasn't able to find a solution that would work well for all cases. Emails will often contain HTML content (ie. newsletters and brochures) which assume a white background. If I change the background to something dark many email become unreadable because they force their own font color and there is no way to replace it, at least not without potentially corrupting the content of the email. |
@EvHaus commented on 2022. nov. 1. 15:16 CET:
Having it darker, around medium brightness would still be nice. |
I added the following to have at least the frame in dark mode: ` .qd {
|
That had no effect for me. However, you could do: .a3s { filter: invert(1) }
.a3s img { filter: invert(1) } But that will distort colors fairly badly. |
This is my solution, which I rewrote after my previous style broke earlier this week. Note that this also changes the inbox width to be closer to Inbox By Google which is my personal preference but may want to remove that first section for yourselves.
|
Hi!
My main concer about this and gmail's default themes is that they don't apply to email content they're still black on white.
Also the background image is covered with flat colors. But since I already have a dark background via the image, the flat color is not an improvement, it's just less appealing.
The text was updated successfully, but these errors were encountered: