fix poll votes color under dark mode

This commit is contained in:
2022-08-09 21:54:01 +08:00
parent 6156cdcce8
commit bedf939f4d

View File

@@ -384,3 +384,7 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
} }
.root-dark-mode .box-poll .styles_votes__3IO-o {
color: #e0e0e0 !important;
}