Change blog author colors and other link text.

The comments section of my blog clashes with the background color of my page. trying to change the link colors to white.
They are currently dark grey when idle and white on hover.

Website link: www.vxk.ca

Thanks in advance.

Hey there,
Hope you’re doing well today

Kindly add and save the following code to Appearance > Customize > Additional CSS:

cite.fn a {
    color: white!Important;
}

I hope this helps :slight_smile:

Best Regards,
Support

works perfect thank you!