Added external link marker and fix useless is:global

This commit is contained in:
Alexis
2023-10-14 14:03:09 +02:00
parent fab55fd404
commit 02b63a3748
4 changed files with 33 additions and 8 deletions

View File

@@ -20,3 +20,16 @@ html {
color: var(--slate-900);
}
a[href^='http'] {
padding-right: 1.25em;
}
a[href^='http']::after {
position: absolute;
content: "\e972";
font-family: 'Phosphor-Fill' !important;
display: inline-block;
width: 1em;
height: 1em;
margin-left: .25em;
}