Skip to content

Commit 66ff5b9

Browse files
committed
Don't need these
1 parent cee1879 commit 66ff5b9

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

src/assets/sass/modules/_print.scss

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
/**
2-
* Remove unnecessary global styling from printed media.
3-
*/
4-
5-
*,
6-
*::before,
7-
*::after {
8-
background: transparent !important;
9-
box-shadow: none !important;
10-
color: $color-text-print !important;
11-
text-shadow: none !important;
12-
}
13-
141
/**
152
* Use a print-friendly font size.
163
*/
@@ -27,6 +14,7 @@ html {
2714
body {
2815
margin: 0.5cm;
2916
padding: 2em 5em;
17+
color: $color-text-print;
3018
font-family: $font-print;
3119
}
3220

0 commit comments

Comments
 (0)