From 5a2be1d0a8a630b27b69753c4b02da6773599315 Mon Sep 17 00:00:00 2001 From: Magnus Hoff Date: Thu, 19 Jul 2018 08:39:14 +0200 Subject: [PATCH] Update print style. Hide outgoing link-indicator --- assets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/style.css b/assets/style.css index 5aa6a1c..fb122fe 100644 --- a/assets/style.css +++ b/assets/style.css @@ -573,6 +573,10 @@ input[type="search"] { font-weight: normal !important; } + a[href^="http"]::after { + display: none; + } + article { margin: 0 auto; }