Skip to content

Commit eb08d6c

Browse files
committed
fix: suppress body::before box-shadow in print media
1 parent 02d93fa commit eb08d6c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/_print.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
color: #000;
1212
}
1313

14+
body::before {
15+
box-shadow: none;
16+
}
17+
1418
a[href]::after {
1519
content: " (" attr(href) ")";
1620
font-size: 0.85em; // no OP match (near ~size-3)

0 commit comments

Comments
 (0)