I have adjusted the link color in Theme options under typography, and added customer CSS. On some pages the links look right. on others, the link color is black with the wrong color for the hover. No active color is showing.
https://www.ruthieopostpartum.com/policies/
Here is the CSS used.
a:link {
color: #008080;
}
/* visited link */
a:visited {
color: #6e9999;
}
/* mouse over link */
a:hover {
color: #5fb7b7;
}
