diff --git a/src/css/asciidoctor-anywhere-footnote.css b/src/css/asciidoctor-anywhere-footnote.css new file mode 100644 index 0000000..46d3cb9 --- /dev/null +++ b/src/css/asciidoctor-anywhere-footnote.css @@ -0,0 +1,18 @@ +.anywhere-footnote-marker { + vertical-align: super; + font-size: 90%; + text-decoration: none; +} + +.anywhere-footnote-block { + vertical-align: super; + text-decoration: none; +} + +.anywhere-footnote-hr-divider { + height: 1px; + background-color: #ccc; /* Standard gray color similar to default HR */ + border: none; + margin: 0.5em 0; /* Standard HR margin */ + width: 40%; +} diff --git a/src/css/site.css b/src/css/site.css index 8abc7b4..18dd34f 100644 --- a/src/css/site.css +++ b/src/css/site.css @@ -34,5 +34,6 @@ @import "external-link-icon.css"; @import "disable-callouts.css"; @import "asciidoctor-external-callout.css"; +@import "asciidoctor-anywhere-footnote.css"; @import "info-banner.css"; @import "chatbot.css";