From 7f5b0ac4aad06e9fc21ef601e5fc5bb19910ef86 Mon Sep 17 00:00:00 2001 From: DYM Date: Wed, 7 Dec 2016 16:44:43 +0100 Subject: [PATCH] Update hipster-gray.css only `http` links in pdf/print are written out --- themes/hipster-gray.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hipster-gray.css b/themes/hipster-gray.css index c2cba420..e3a32981 100644 --- a/themes/hipster-gray.css +++ b/themes/hipster-gray.css @@ -157,7 +157,7 @@ footer a:hover, footer a:focus, footer a:active { @media print { @page { margin: .5cm; } * { color: black !important; } - a[href]:after { content: " [" attr(href) "]" } + a[href^="http"]:after { content: " [" attr(href) "]" } a:link, a[href]:after { border: none; } body { background: none;