From c135f97376f16746384f7214acdcb9e1bf1cb53c Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Tue, 21 Mar 2023 20:53:57 +0530 Subject: [PATCH] dark font fix --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 1ba02e7..07d6694 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; } -- GitLab