Maria,
Thanks for the suggestion.
When I use #secondary nothing happens.
But .aside does work.
So this is (for me) the correct code
.aside a:hover,
.aside a:focus {
color: #444;
}
Thanks, again.
Yesss. It works.
See the result: http://www.worldlytreasury.com
Thank you for your help, Maria.
Maria,
Thanks for your help.
Unfortunately this doesn’t help.
The links in the sidebar are still pink.
The site is http://www.worldlytreasury.com
In my CSS editor I now have:
.article a {
color: blue;
}
and
#secondary a {
color: black;
}
The links in the article are blue, but the links in the sidebar are still pink.