I'm trying to adjust the color of hyperlinks within my content to that default red color so they may stick out when someone reads an article.
But when I play aroud with the
- Code: Select all
a {
color: #000;
code in gk_news/css/template.css, in changes the color of all hyperlinks on the website (including modules) and it is too much red. Is it possible to change the color of hyperlinks within an article without changing the color of hyperlinks used in the rest of the website?
Thanks so much!