diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-09-20 22:27:35 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-09-20 22:27:35 +0000 |
| commit | 9b5f3fad7068298265dbbc8a65077f7917a090a5 (patch) | |
| tree | 0905b29eb7c03d6bc6e16dd1ebcd1ec9b6b83320 /themes/hugo-book/assets/plugins | |
| parent | super simple setup guide (diff) | |
updated hugo-book theme
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; } } } |
