diff options
Diffstat (limited to '')
| -rw-r--r-- | themes/hugo-book/assets/plugins/_numbered.scss | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/themes/hugo-book/assets/plugins/_numbered.scss b/themes/hugo-book/assets/plugins/_numbered.scss index d7ad4d5..3b5570e 100644 --- a/themes/hugo-book/assets/plugins/_numbered.scss +++ b/themes/hugo-book/assets/plugins/_numbered.scss @@ -25,10 +25,8 @@ $endLevel: 6; li { counter-increment: item; - &:before { + > a:before { content: counters(item, ".") ". "; - float: left; - margin-inline-end: $padding-4; } } } |
