iver-wharf / iver-wharf.github.io

Documentation of Wharf
https://iver-wharf.github.io
MIT License
2 stars 0 forks source link

Added fontawesome external link to all target="_blank" #12

Closed applejag closed 3 years ago

applejag commented 3 years ago

Docsify adds the target="_blank" to all external links automatically, so it was quite easy to add an icon for it with CSS.

Had to add some cusom CSS for the GitHub corner and "View on GitHub" ones as the former dont need such an icon and the latter is using javascript onclick=.

Doing it via fontawesome was the easiest instead of using yet another SVG because then it will be sized by font-size and colored by color, meaning it wont collide with #11

Preview

Before

image

After

image

Internal links are without the icon:

image