aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-09-21 09:53:39 +0900
committerYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-09-21 09:53:39 +0900
commit6eb83b805316c6c408e7009d2c2740d6a8e3b0b4 (patch)
treef08fb4c8ded2e8adaa1473f689d5e6871405bef7 /src
parent8643d4cf74caccd94091d9bcd2300830c38aa901 (diff)
custom.css: 最下部のまとまりに「その他」の見出しを付ける
ご支援・コンタクト・私の方針が、上のセクションと分かれていることがパッと見で 分かるようにした。
Diffstat (limited to 'src')
-rw-r--r--src/styles/custom.css6
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,