mirror of
https://github.com/nature-of-code/noc-book-2
synced 2024-11-17 07:49:05 +01:00
Remove page number for whole chapter reference
This commit is contained in:
parent
6f0ed2894a
commit
50499cd4cc
1 changed files with 1 additions and 1 deletions
|
@ -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) ')';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue