Update print style.
Hide outgoing link-indicator
This commit is contained in:
parent
c2c0bae335
commit
5a2be1d0a8
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue