I have a pretty simple link that is shown as block with a little green star in the corner.
I want to make it so that when you hover over the link, the link itself goes slightly transparent, but the :before
pseudo selector won't be affected.
I looked at some questions on this but for some reason I could not get their solutions to work. Is this possible? I am uncertain if I am simply writing the wrong CSS selectors.
EDIT: Ideally I want to be able to handle both background-images and background colors.