feat: External link icons (#697)

This commit is contained in:
sean
2024-01-16 02:55:32 -05:00
committed by GitHub
parent f31cabbbf9
commit fa7d139ce5
2 changed files with 36 additions and 1 deletions

View File

@ -59,6 +59,7 @@ a {
text-decoration: none;
transition: color 0.2s ease;
color: var(--secondary);
display: inline-block;
&:hover {
color: var(--tertiary) !important;
@ -76,6 +77,16 @@ a {
padding: 0;
}
}
&.external .external-icon {
vertical-align: bottom;
height: 1ex;
margin: 0 0.15em;
> path {
fill: var(--dark);
}
}
}
.desktop-only {