diff options
| author | Lasse Collin <120408189+Larhzu@users.noreply.github.com> | 2024-01-03 11:32:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-03 02:32:50 -0700 |
| commit | 6986bff57d615d6c399873387b7e0ccca1508ee7 (patch) | |
| tree | 20d700f2f296eb158383c478456625154ecf3957 /src | |
| parent | 7d856042fdd278f87d4c480180440e519fa1e97c (diff) | |
resolves #4530 by underlining active footnote link (PR #4534)
update default stylesheet to underline active footnote link in footnotes list
Diffstat (limited to 'src')
| -rw-r--r-- | src/stylesheets/asciidoctor.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stylesheets/asciidoctor.css b/src/stylesheets/asciidoctor.css index 7bfa8ea7..a7711854 100644 --- a/src/stylesheets/asciidoctor.css +++ b/src/stylesheets/asciidoctor.css @@ -1748,7 +1748,8 @@ sup.footnoteref a { } sup.footnote a:active, -sup.footnoteref a:active { +sup.footnoteref a:active, +#footnotes .footnote a:first-of-type:active { text-decoration: underline; } |
