Added marker for external links (#63)
This commit is contained in:
parent
bddf4c0225
commit
a85abf1ccb
1 changed files with 7 additions and 0 deletions
|
@ -160,6 +160,13 @@ a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a[href^="http"]::after {
|
||||||
|
padding: 0 0.1rem;
|
||||||
|
font-size: 75%;
|
||||||
|
content: "🔗";
|
||||||
|
line-height: 0;
|
||||||
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue