Yahoo Clever wird am 4. Mai 2021 (Eastern Time, Zeitzone US-Ostküste) eingestellt. Ab dem 20. April 2021 (Eastern Time) ist die Website von Yahoo Clever nur noch im reinen Lesemodus verfügbar. Andere Yahoo Produkte oder Dienste oder Ihr Yahoo Account sind von diesen Änderungen nicht betroffen. Auf dieser Hilfeseite finden Sie weitere Informationen zur Einstellung von Yahoo Clever und dazu, wie Sie Ihre Daten herunterladen.

How can I adjust the color of the links I have been to on Chrome or Firefox?

Untouched links are blue, once I've clicked on them, they become purple. But the two colors are so similar I have a really hard time telling them apart. I've prowled through both browsers' setting but have not found where to change this. I have tried different "themes" but to no avail.

1 Antwort

Relevanz
  • Bill-M
    Lv 7
    vor 2 Jahren
    Beste Antwort

    The Colors are set by the designer of the web page. You can't change them.

    Now if your the designer, here is the code.

    CSS code:

    /* visited link */

    a:visited {

    color: black;

    }

    /* mouse over link */

    a:hover {

    color: red;

    text-decoration: underline;

    font-size:100%;

    }

    /* selected link */

    a:active {

    color: black;

    }

Haben Sie noch Fragen? Jetzt beantworten lassen.