I have a QLabel with a Qt stylesheet that sets a dark background:
QLabel
QLabel { background: black; color: white; }
This works fine unt
One way is to add style="color: whatever" or a class to the inner of the link. I haven't figured out yet how to apply this to the whole application but it's a good start.
style="color: whatever"