Skip to content

Commit 0f6a1b3

Browse files
committed
Add bracket presentation to the CSS
1 parent 900b6e0 commit 0f6a1b3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/css/asciidoctor-anywhere-footnote.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
text-decoration: none;
55
}
66

7+
.afnote-marker::before {
8+
content: "[";
9+
}
10+
11+
.afnote-marker::after {
12+
content: "]";
13+
}
14+
715
.afnote-block {
816
text-decoration: none;
917
}

0 commit comments

Comments
 (0)