Hello,
I found one code, that seems to do the job, I like to archive, to style external links.
a[href*="//"]:not([href*="mywebsite.com"]):after{
content: " " url("https://developer.mozilla.org/static/general/external-link.fb3c293b9226.svg");
}
from https://codepen.io/olegip/pen/KLxdME
But, how to exclude now social icons?
when I add the css code 2 times, with another URL, it does not work.
any idea?
instead of the SVG icon, it could have written (EXTERNAL) only too.
somebody now?
Thanks