Код: Выделить всё
a[href^="https://" i]::after, a[href^="http://" i]::after
{ /* "external-link.svg" inlined */
content: url( data:image/svg+xml;base64, … );
}
Подробнее здесь: https://stackoverflow.com/questions/797 ... er-is-used
Код: Выделить всё
a[href^="https://" i]::after, a[href^="http://" i]::after
{ /* "external-link.svg" inlined */
content: url( data:image/svg+xml;base64, … );
}