I would like to have a different colour for the links in the regular text so they are more prominent. I have tried inserting the following code but there is no change. How can I achieve this?
/* Normal links state */
a {
text-decoration: underline;
color: blue;
}