I’m having a little problem with the color of links in headlines. I have set the blue colors I’d like for my links (base and interactive) and it works correctly everywhere, unless there is a link in headline. The link colors are even correct in a subheadline, but not in the headline itself.
The only thing I’ve done to further customize my links is added this, so links are bolder:
/* unvisited link /
a:link {
font-weight: 600;
}
/ mouse over link */
a:hover {
font-weight: 600;
}
Can you help me find out why my links in headlines are black instead of blue? Here’s a little page I created, to illustrate my problem: https://capsaviation.com/example-link-problem/

