/* GLOBAL LINK HOVER COLOR FIX */
a:hover,
a:focus,
a:focus-visible,
a:active {
  color: #00EA89 !important;
}

/* visited link hover override */
a:visited:hover,
a:visited:focus,
a:visited:active {
  color: #00EA89 !important;
}

/* Eğer text-fill kullanılmışsa */
a:hover,
a:focus,
a:active {
  -webkit-text-fill-color: #00EA89 !important;
}