custom.css
... ...
@@ -22,7 +22,7 @@
22 22
23 23
/**
24 24
* Initialiazing a `footnotes` counter on the wrapper
25
- */
25
+
26 26
ol {
27 27
counter-reset: footnotes;
28 28
list-style: none;
... ...
@@ -45,4 +45,5 @@ li {
45 45
46 46
[aria-label="Return to content"]::before {
47 47
content: counter(footnotes, decimal-leading-zero);
48
- }
... ...
\ No newline at end of file
0
+ }
1
+ */
... ...
\ No newline at end of file