fix for pdf printing styles with anchor links
This commit is contained in:
parent
2ae9227831
commit
c205b55b46
@ -18,7 +18,7 @@ a[href]::after {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a[href^="http:"]::after, a[href^="https:"]::after {
|
a[href^="http:"]::after, a[href^="https:"]::after {
|
||||||
content: " (" attr(href) ")";
|
content: "";
|
||||||
}
|
}
|
||||||
|
|
||||||
a[href] {
|
a[href] {
|
||||||
@ -157,4 +157,3 @@ h1 { string-set: doctitle content() }
|
|||||||
pre {
|
pre {
|
||||||
background-color: #fafafa;
|
background-color: #fafafa;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user