0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-02 21:32:42 +00:00

page counter rename

This commit is contained in:
Víctor Losada Hernández
2024-02-07 22:42:55 +01:00
parent 37c72d5125
commit 9e8570c19b
3 changed files with 24 additions and 3 deletions

View File

@@ -411,7 +411,7 @@
color : var(--HB_Color_Footnotes);
text-align : center;
text-indent : 0;
&.auto::after { content : counter(phb-page-numbers); }
&.auto::after { content : counter(page-numbers); }
}
.footnote {
position : absolute;