Skip to content

Commit 7836030

Browse files
committed
Adjust footnote marker size and improve HR divider styling in asciidoctor-anywhere-footnote stylesheet.
1 parent db3785f commit 7836030

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.anywhere-footnote-marker {
22
vertical-align: super;
3-
font-size: 75%;
3+
font-size: 90%;
44
text-decoration: none;
55
}
66

@@ -9,9 +9,10 @@
99
text-decoration: none;
1010
}
1111

12-
hr.footnote-separator {
13-
margin-left: 0;
14-
margin-right: auto;
15-
margin-bottom: 10px;
16-
width: 100px;
12+
.anywhere-footnote-hr-divider {
13+
height: 1px;
14+
background-color: #ccc; /* Standard gray color similar to default HR */
15+
border: none;
16+
margin: 0.5em 0; /* Standard HR margin */
17+
width: 40%;
1718
}

0 commit comments

Comments
 (0)