Icon for external links

This commit is contained in:
Emil Miler 2024-01-10 10:52:44 +01:00
parent add83a5911
commit e6028884af

View File

@ -70,7 +70,19 @@ nav {
a { a {
text-decoration: none; text-decoration: none;
color: #fff; color: #353;
&:hover {
text-decoration: underline;
}
&[rel~="noreferrer"]::after, &.external::after {
content: "\ecaf";
font-family: remixicon;
font-size: .8em;
font-weight: normal;
margin-left: .2em;
}
} }
img { img {