Foundry376/Mailspring-Theme-Starter

Main reading panel color

reya276 opened this issue · 2 comments

I have created my own theme. However some emails are not displaying correctly due to the background color being #2D2C2E so sometimes the text color does not show. Is there any way to change this particular panel to white (#fff).
mailspring

Did you ever found out how? I too strugle with this.

Hey folks—you should be able to do this by adding a CSS Rule to your theme's index.css file like this:

#message-list .message-item-white-wrap {
   background: #fff;
}