How change the choice opcion fonts color?

For stetic and style i want put a dark background, but with choice fonts in black, the opcions arent visible. I dont see the choice font color in the style file.
The style is important to ambient my game so please,help.

Add it:

color:#FFFFFF;

I think the ‘label’ class governs choice options.

Ok i going to try, thanks @CJW

Doesnt work only change the lines of the opcions squares color not the letters color ,they still as black as a raven.

.choice > label {
color: rgba(202, 178, 178, 0.85);

Change that.

Works fine thanks @CJW