Icon for external links
This commit is contained in:
parent
add83a5911
commit
e6028884af
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user