From 9b5f3fad7068298265dbbc8a65077f7917a090a5 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sun, 21 Sep 2025 00:27:35 +0200 Subject: updated hugo-book theme --- themes/hugo-book/assets/plugins/_numbered.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'themes/hugo-book/assets/plugins') 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; } } } -- cgit v1.2.3