diff --git a/src/assets/icons/external-link.svg b/src/assets/icons/external-link.svg new file mode 100644 index 0000000..f3b78fb --- /dev/null +++ b/src/assets/icons/external-link.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/styles/app.scss b/src/styles/app.scss index 6b09415..ff1c079 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -42,4 +42,10 @@ body { a.external-link { text-decoration: underline; + + &::after { + margin-left: 0.2rem; + vertical-align: text-top; + content: url('assets/icons/external-link.svg'); + } }