Update print style.

Hide outgoing link-indicator
This commit is contained in:
Magnus Hoff 2018-07-19 08:39:14 +02:00
parent c2c0bae335
commit 5a2be1d0a8

View file

@ -573,6 +573,10 @@ input[type="search"] {
font-weight: normal !important; font-weight: normal !important;
} }
a[href^="http"]::after {
display: none;
}
article { article {
margin: 0 auto; margin: 0 auto;
} }