[Resolved] Different color links in same page

Home Forums Support [Resolved] Different color links in same page

Home Forums Support Different color links in same page

Viewing 3 posts - 31 through 33 (of 33 total)
  • Author
    Posts
  • #340848
    Tom
    Lead Developer
    Lead Developer

    Ah, try updating your code to this:

    .minutes-style a,
    .minutes-style a:visited {
        color: #339966;
    }
    .agenda-style a,
    .agenda-style a:visited {
        color: #0000ff;
    }
    .resolution-style a,
    .resolution-style a:visited {
        color: #800080;
    }
    #340854
    Kenneth Spence

    Thanks, That did the trick.

    Is there a good place to learn coding online?

    #340857
    Tom
    Lead Developer
    Lead Developer

    https://www.codecademy.com/ is pretty cool 🙂

Viewing 3 posts - 31 through 33 (of 33 total)
  • You must be logged in to reply to this topic.