Skip to content

Commit

Permalink
Resuelve #3: mejora las hojas de estilo de impresora
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeObregon committed May 21, 2021
1 parent cb3974c commit 7e0cac8
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion httpdocs/assets/blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -671,11 +671,28 @@ main h2 {
}

@media print {
body {
font-size: 1em;
}

body,
strong,
a,
main h1,
main h2 {
color: black;
}

a {
text-decoration: underline;
}

button {
display: none;
}

main a::after {
content: " [" attr(href) "] ";
content: " [" attr(href) "]";
font-family: monospace;
}
}

0 comments on commit 7e0cac8

Please sign in to comment.