It's really strange and kind of frustrating. I wanted to change the color of a link, which should be simple enough, right? Wrong. Chrome won't budge when it comes to changing just 2 pixels of color on the "j" character when I hover over it. Safari has the same issue, but Firefox is rendering it perfectly.
I've tried switching fonts, but the problem remains. Surprisingly, only Arial didn't have this issue out of all the fonts I tested.
Not sure if it matters, but the text is wrapped in ol>li>a
When I attempted to take a screenshot with forced :hover in chrome developer tools, it worked flawlessly. So, I had to use my phone to snap the picture and manually hover with my mouse.
EDIT: Included CodePen Demo EDIT2: It seems like being wrapped in ol>li doesn't affect the issue at all