From b4a473869ec26f35bd679f34306ccf0d1cbb702d Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 3 Jan 2018 14:09:10 +0100 Subject: [PATCH] Add margin around inline links Signed-off-by: Morris Jobke --- core/css/styles.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/core/css/styles.scss b/core/css/styles.scss index 6a3b20c492..c479d6df88 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -63,6 +63,7 @@ a { } a.external { + margin: 0 3px; text-decoration: underline; }