The css states: a { color: #c27baa; text-decoration: none; } changing the text-decoration works and will change the links appearance, but the color information is not used. ??
The css states:
a {
color: #c27baa;
text-decoration: none;
}
changing the text-decoration works and will change the links appearance, but the color information is not used.
??