-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_footnotes.scss
57 lines (50 loc) · 1.06 KB
/
_footnotes.scss
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.footnotes {
font-size: var(--font-size-minus-2);
}
.footnote-ref {
display: inline-block;
margin: 0;
}
.footnote-ref a, .littlefoot-footnote__button {
display: inline-block;
font-size: var(--font-size-minus-1);
margin-left: 0.2rem;
border-radius: 1rem;
min-width: 2rem;
text-align: center;
text-decoration: none;
// height: 1rem;
// padding-top: 0.75em;
-webkit-font-smoothing: antialiased;
color: var(--color-white);
background-color: var(--color-light);
opacity: 0.6;
&:hover {
background-color: var(--color-light);
opacity: 1;
text-decoration: none;
}
}
.footnotes-sep {
margin-top: 2em;
border: 0;
border-top: 1px solid var(--color-light);
padding-top: 1em;
}
.footnote-backref {
text-decoration: none;
&:hover {
text-decoration: none;
}
}
.littlefoot-footnote__content {
margin: 0;
padding: 1rem 1.1rem;
}
// .footnotes.footnote-print-only,
// .footnotes-list.footnote-print-only {
// display: block !important;
// }
// .footnote-item.footnote-print-only {
// display: list-item !important;
// }