1

I'm styling links with a box shadow:

a {
    box-shadow: inset 0 -5px 0 rgba(100, 149, 237, .6);
    color: #333;
    text-decoration: none;
    color: inherit;
}

However, I can't get rid of it when the linked item is an image instead of text. I've tried removing it by styling a img, styling all images, !important, etc. I've even tried completely deleting the visited, hover and active states.

What am I missing?

0 Answers0