Closed bionicles closed 3 years ago
The text shadow is there to provide the correct gap between the letters and their underline, the underline is being provided by use of a background gradient technique.
The best way to solve the issue you have raised is using the ::selection
pseudo-element like so:
a::selection{
text-shadow: none;
}
Closing this because the weird look is a necessary side effect of desired behavior.
i discovered the issue is here, because if we view page source and comment out this section, it stops happening
next i went through and commented out each line. the issue was here: