Archived topic
Different color links in same page
32 replies · Started by Kenneth Spence on June 12, 2017
Viewing posts 31–33 of 33
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;
}
Thanks, That did the trick.
Is there a good place to learn coding online?
https://www.codecademy.com/ is pretty cool :)
This archived topic is closed to new replies.