/* https://stackoverflow.com/questions/5379752/css-style-external-links */

a[href^="http://"]:not([href*="example.com"]):after,
a[href^="https://"]:not([href*="example.com"]):after{
    content: " (EXTERNAL)" 
}