From bedf939f4d3c4ebf1520ce7f1cae08fcfc3331f8 Mon Sep 17 00:00:00 2001 From: hole-thu Date: Tue, 9 Aug 2022 21:54:01 +0800 Subject: [PATCH] fix poll votes color under dark mode --- src/Flows.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Flows.css b/src/Flows.css index 7e4df8b3..84fdb2f1 100644 --- a/src/Flows.css +++ b/src/Flows.css @@ -384,3 +384,7 @@ justify-content: center; align-items: center; } + +.root-dark-mode .box-poll .styles_votes__3IO-o { + color: #e0e0e0 !important; +}