Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

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 Answer

Relevance
  • ?
    Lv 7
    2 years ago
    Favorite Answer

    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;

    }

Still have questions? Get your answers by asking now.