For Byobu and Polls extensions;
// FoF Byobu and Polls dark mode
body.dark .RecipientLabel, body.dark .DiscussionComposer-poll .PollLabel {
background: rgb(128, 128, 128);
color: rgb(255, 255, 255);
}
body.dark .DiscussionComposer-poll .PollLabel.none {
background: transparent !important;
color: #808080 !important;
}