On the website https://crybaby.ae there is a CRYBABY logo with neon like this. So, it is necessary to change this parameter in the CSS to filter: drop-shadow instead of text-shadow, as it renders very poorly in Safari browsers. In the file style.css:81 change the line text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #ffffff00, 0 0 40px #0ff, 0 0 80px #0ff, 0 0 90px #0ff, 0 0 10px #0ff0, 0 0 10px #00ffff52; to something like
filter:
drop-shadow(0px 0px 5px #fff)
drop-shadow(0px 0px 10px #fff)
drop-shadow(0px 0px 20px #ffffff00)
drop-shadow(0px 0px 40px #0ff)
drop-shadow(0px 0px 80px #0ff)
drop-shadow(0px 0px 90px #0ff)
drop-shadow(0px 0px 10px #0ff0)
drop-shadow(0px 0px 10px #00ffff52);
But the values need to be adjusted so that they are as close as possible to the original result. I think it will take about 10 minutes of work, so I would be very grateful if you could do it. I will provide FTP access.