mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-27 15:07:42 +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 {
|
@media print {
|
||||||
@page { margin: .5cm; }
|
@page { margin: .5cm; }
|
||||||
* { color: black !important; }
|
* { color: black !important; }
|
||||||
a[href]:after { content: " [" attr(href) "]" }
|
a[href^="http"]:after { content: " [" attr(href) "]" }
|
||||||
a:link, a[href]:after { border: none; }
|
a:link, a[href]:after { border: none; }
|
||||||
body {
|
body {
|
||||||
background: none;
|
background: none;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue