Hello There,
Thanks for writing in! I have inspected your site and it appears that you might be confused with a normal site links and the post format link. Please see the image below:

If you intend to change the post format link colors, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.format-link .link a {
color: red;
}
.format-link .link a:hover {
color: green;
}
We would loved to know if this has work for you. Thank you.