Skip to content

Commit d5bb420

Browse files
committed
apply color-adjust to admonition icon so it appears in print
1 parent 77128cc commit d5bb420

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/css/print.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@
6868
padding-bottom: 2rem;
6969
}
7070

71+
.doc .admonitionblock td.icon {
72+
color-adjust: exact;
73+
}
74+
7175
.doc .listingblock code[data-lang]::before {
7276
display: block;
7377
}

0 commit comments

Comments
 (0)