Remove page number for whole chapter reference

This commit is contained in:
jasongao97 2024-02-04 15:12:44 +08:00
parent 6f0ed2894a
commit 50499cd4cc

View file

@ -87,7 +87,7 @@ a {
color: inherit;
// Internal links
&:not([href^='http'])::after {
&:not([href^='http']):not([href$='#'])::after {
content: ' (see page ' target-counter(attr(href), page) ')';
}