-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
30 lines (27 loc) 路 767 Bytes
/
Copy pathstyle.css
File metadata and controls
30 lines (27 loc) 路 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.emoji {
font-weight: normal !important;
font-style: normal !important;
}
.pdf-heading-number {
display: inline !important;
visibility: visible !important;
opacity: 1 !important;
color: inherit !important;
font-size: inherit !important;
}
@media print {
.pdf-heading-number {
display: inline !important;
visibility: visible !important;
opacity: 1 !important;
color: inherit !important;
font-size: inherit !important;
}
h1::first-letter, h2::first-letter, h3::first-letter,
h4::first-letter, h5::first-letter, h6::first-letter {
font-size: inherit !important;
color: inherit !important;
visibility: visible !important;
opacity: 1 !important;
}
}