diff --git a/style.css b/style.css index 1ba02e78c7792db8b17406e518920ac508693978..07d6694781d3a4c7a4c33e36a57eea627b228e06 100644 --- a/style.css +++ b/style.css @@ -3956,7 +3956,9 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { .theme--dark #rl-app #messageItem span, .theme--dark #rl-app #messageItem div, .theme--dark #rl-app #messageItem li, - .theme--dark #rl-app #messageItem font .theme--dark #rl-app #messageItem tr .theme--dark #rl-app #messageItem td { + .theme--dark #rl-app #messageItem font, + .theme--dark #rl-app #messageItem tr, + .theme--dark #rl-app #messageItem td { background: #000000 !important; color: #ffffff !important; }