Seperate Link color from Header color - Debut theme

Hello!

It’s me again. I am almost happy with my site! I just have one last issue - since Headers and Links are connected to the same color on the Debut theme, my Product links are currently invisible. I would like to change my product link colours to black and keep my header white.

https://vanislandwhale.myshopify.com/

Thank you for your time!

Ooops never mind I found a way to do it! I simply added this to the elements’ individual CSS coding.

div {
color: black !important;
}