-
@simevidas @mmatuzo I like the cursor idea. The Font Awesome community has come up with the concept of inverting the external link icon: github.com/FortAwesome/Font-Awesome/issues/3972.
css a[href^="#"] { cursor: ns-resize; } a[href^="#"]::after { /* Icon from github.com/FortAwesome/Font-Awesome/issues/3972#issuecomment-272240791 */ }