Hi,
We are using J51_Oxygen template. We would like the links to be more visible then default and added custom css:
a:hover {background-color:Cornsilk;font-weight:550;text- decoration:underline;color:blue;}
a:link {text-decoration:underline;}
a:active {color:yellow; text-decoration:underline;}
It works for first article in blog, but the following articles do not get the the underline. Color and other attributes are ok but NOT underline.
Example:
"direktlänk" in first article is ok - but "regler och föreskrifter" in next article do not get a underline...
Any idea?