I was able to change the color of the text inside the quantity selector using the following code:
input.quantity__input {
color: #21f900;
But I want to also change the border and +/- selector to the same color (see below screenshot)
Side note, if anyone knows how to remove the black highlight of text on the add to cart I would be eternally grateful. Cheers!