  a, a:visited {
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease;
    }
    a:hover, a:visited:hover {
      color: #ffffff !important; /* Замените на нужный вам цвет */
      -webkit-transition: 0s ease;
      transition: 0s ease;
    }