Added marker for external links (#63)

This commit is contained in:
cmal 2018-06-23 10:35:22 +02:00 committed by Magnus Hoff
parent bddf4c0225
commit a85abf1ccb

View file

@ -160,6 +160,13 @@ a {
text-decoration: none;
}
a[href^="http"]::after {
padding: 0 0.1rem;
font-size: 75%;
content: "🔗";
line-height: 0;
}
a:hover {
text-decoration: underline;
}