remove link change to red on click code example
Example: on clicking a link it gets red color
a {
color: inherit;
}
/*Use this so that when you click a link the color dont change to red ( as it is default )*/
a {
color: inherit;
}
/*Use this so that when you click a link the color dont change to red ( as it is default )*/