So, I have this title text here:
And as you can see, there's a weird line above the text with gradient.
The CSS for that text is the following:
color: #fff;
background: -webkit-linear-gradient(180deg, #8dc9fb 0, #fff 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
I'm using MacOS Sierra and Safari 10.1. I've tried many thing but nothing seems to fix it. Any ideas?
Edit: Another image to show it really is part of the text:





