File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 22
22
--pdfViewer-padding-bottom : 0 ;
23
23
--page-margin : 1px auto -8px ;
24
24
--page-border : 9px solid transparent;
25
+ --page-border-image : url (images/shadow.png) 9 9 repeat;
25
26
--spreadHorizontalWrapped-margin-LR : -3.5px ;
26
27
--scale-factor : 1 ;
27
28
}
28
29
29
30
@media screen and (forced-colors : active) {
30
31
: root {
31
32
--pdfViewer-padding-bottom : 9px ;
32
- --page-margin : 9px auto 0 ;
33
- --page-border : none;
34
- --spreadHorizontalWrapped-margin-LR : 4.5px ;
33
+ --page-margin : 8px auto -1px ;
34
+ --page-border : 1px solid CanvasText;
35
+ --page-border-image : none;
36
+ --spreadHorizontalWrapped-margin-LR : 3.5px ;
35
37
}
36
38
}
37
39
61
63
position : relative;
62
64
overflow : visible;
63
65
border : var (--page-border );
66
+ border-image : var (--page-border-image );
64
67
background-clip : content-box;
65
- border-image : url (images/shadow.png) 9 9 repeat;
66
68
background-color : rgba (255 , 255 , 255 , 1 );
67
69
}
68
70
You can’t perform that action at this time.
0 commit comments