From 170bba1a89cdb6a18e4ce8f835121071b10345b4 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sat, 1 Feb 2025 19:02:53 +0200 Subject: [PATCH] style(print): tweak blockquotes --- src/public/stylesheets/print.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/public/stylesheets/print.css b/src/public/stylesheets/print.css index c2a4237b9..bb5ec59d0 100644 --- a/src/public/stylesheets/print.css +++ b/src/public/stylesheets/print.css @@ -188,6 +188,14 @@ span[style] { display: none !important; } +/* + * Blockquotes + */ + +.note-detail-printable blockquote { + box-shadow: unset; +} + /* * Footnotes */