From 5e72c5c8a02e337f023466111ffd5c44280afa35 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 9 Feb 2021 19:21:37 +0530 Subject: [PATCH] set poll comments color for dark mode --- www/poll/app-poll.less | 1 + 1 file changed, 1 insertion(+) diff --git a/www/poll/app-poll.less b/www/poll/app-poll.less index 3851f5e30..571f08887 100644 --- a/www/poll/app-poll.less +++ b/www/poll/app-poll.less @@ -180,6 +180,7 @@ } #cp-app-poll-comments { display: block; + color: @cryptpad_text_col; } } }