Green highlights on a site with no training

I noticed this happen in the last month or so. I do not know what I did to cause it. I’d like the links to be normal links as the green highlight makes the text difficult to read. It’s only happening on engadget, and continues after removing and re-adding the site.

It seems like it’s the “Show story changes” feature. But clicking it does nothing

it’s formatting from engadget. apparently they want the links to stand out so they wrapped them in <ins> tags.

in your custom css in your account settings, add

.NB-feed-story .NB-feed-story-content ins {
background-color: transparent;
text-decoration: none
}