I’m not sure how that happened, but this will fix it.
Add the following code to /osta/user-styles.css
.pull-right#nav a:hover,.pull-right#nav a svg:hover {
color: #000000 !important;
}
NOTE: #000000 is black… replace with whatever RGB color you prefer.