Update hipster-gray.css

only `http` links in pdf/print are written out
This commit is contained in:
DYM 2016-12-07 16:44:43 +01:00 committed by GitHub
parent 186083f208
commit 7f5b0ac4aa

View file

@ -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;