I have a QLabel with a Qt stylesheet that sets a dark background:
QLabel
QLabel { background: black; color: white; }
This works fine unt
You can set the color tag in the HTML to
{ color: inherit; }