Skip to content

Commit aa4de08

Browse files
committed
fix: remove shadow when printing to allow nice looking copy / paste in publications
1 parent fec4234 commit aa4de08

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/css/main.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,3 +1249,10 @@ span.superimpose sub {
12491249
-moz-box-sizing: border-box;
12501250
box-sizing: border-box;
12511251
}
1252+
1253+
/* Print styles - suppress box-shadows for printing */
1254+
@media print {
1255+
* {
1256+
box-shadow: none !important;
1257+
}
1258+
}

0 commit comments

Comments
 (0)