Add margin around inline links

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2018-01-03 14:09:10 +01:00
parent 282567fced
commit b4a473869e
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ a {
}
a.external {
margin: 0 3px;
text-decoration: underline;
}