a, a:visited {
  transition: color 0.5s ease;
}
a:hover, a:visited:hover {
  color: #9FBD19 !important;
}