Main reading panel color
reya276 opened this issue · 2 comments
reya276 commented
CaptainJawZ commented
Did you ever found out how? I too strugle with this.
bengotow commented
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;
}