mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-08 11:45:52 +00:00
Update hipster-gray.css
only `http` links in pdf/print are written out
This commit is contained in:
parent
186083f208
commit
7f5b0ac4aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue