Add styling for external links

This commit is contained in:
Ole Eskild Steensen 2022-02-23 16:33:51 +01:00 committed by GitHub
parent 9241b5431f
commit b2a8734c66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,6 +74,19 @@ blockquote p {
display: inline;
}
.external-link::after {
content: '🔗';
position: absolute;
top: -4px;
right: -7px;
font-size: 12px;
}
.external-link {
padding-right: 8px;
position: relative;
}
div.translusion{
border-left: 4px solid gray;
padding-left: 10px;