style(print): tweak blockquotes

This commit is contained in:
Adorian Doran 2025-02-01 19:02:53 +02:00
parent b5ee642c2d
commit 170bba1a89

View File

@ -188,6 +188,14 @@ span[style] {
display: none !important;
}
/*
* Blockquotes
*/
.note-detail-printable blockquote {
box-shadow: unset;
}
/*
* Footnotes
*/