Tagged: additional css
I have added the code below to additional css but the css-code for the hover event
does not work on page https://karlostman.com/Olle_Wp/lankar/
a:link {
text-decoration: none;
color: blue;
}
a:visited {
text-decoration: none;
color: red;
}
a:hover {
text-decoration: underline;
color: black;
}
a:active {
text-decoration: underline;
color: green;
}