diff options
| -rw-r--r-- | src/styles/custom.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/styles/custom.css b/src/styles/custom.css index 889023c..00a27cf 100644 --- a/src/styles/custom.css +++ b/src/styles/custom.css @@ -357,7 +357,8 @@ p, margin-top: 1rem; } #starlight__sidebar ul.top-level > li:nth-child(2)::before, -#starlight__sidebar ul.top-level > li:nth-child(6)::before { +#starlight__sidebar ul.top-level > li:nth-child(6)::before, +#starlight__sidebar ul.top-level > li:nth-child(8)::before { display: block; margin-bottom: 0.15rem; padding-inline: var(--sl-sidebar-item-padding-inline, 0.5rem); @@ -373,6 +374,9 @@ p, #starlight__sidebar ul.top-level > li:nth-child(6)::before { content: "調べたことのまとめ"; } +#starlight__sidebar ul.top-level > li:nth-child(8)::before { + content: "その他"; +} /* ── Admonition title inline ── */ .sl-banner .title, |
