CSS a:hover keep original color

Use the following code

a.no-color-change:hover {
color: currentColor;
}