Change Color of Arrows on the Product Page's Variants & Quantity

I would like the change the color of the dropdown arrow on my variants and the up and down arrows on the quantity, both of which are on the products page.

Here is my URL

https://hibernateonline.myshopify.com/products/ymca-dri-fit-long-sleeve-polo-mens

Thanks!

@NickC63

oh sorry for that issue, yes please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.js-qty__adjust {color: #000;}

That worked for the Quantity arrows! Do you know the code for the drop down box arrows as well for the boxes that say "Small & “No”?