💄 (external link) add a svg after every external …

This commit is contained in:
2021-03-21 16:06:23 +01:00
parent ef85df87a4
commit ecd615471e
2 changed files with 12 additions and 0 deletions

View File

@@ -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');
}
}