From 83cd24b209f3bf29aa655de8dcbadd1c12336242 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Mon, 21 Sep 2026 09:23:32 +0900 Subject: astro.config.mjs, custom.css: サイドバーにセクション名を付ける MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - astro.config.mjs: メディア掲載を「議会での活動」のまとまりへ、私の方針を 最下部へ移動した - custom.css: トップレベルに小見出し(議会での活動・活動の副産物)と区切り線を 追加した。Starlight はグループ項目に属性を付けられないため、nth-child の CSS で入れている --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'astro.config.mjs') diff --git a/astro.config.mjs b/astro.config.mjs index 0f37d34..9950959 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -110,7 +110,6 @@ export default defineConfig({ }, ], }, - { label: "私の方針", link: "/policy/" }, { label: "メディア掲載", link: "/media/" }, { label: "ディスレクシアについて", @@ -187,6 +186,7 @@ export default defineConfig({ }, { label: "ご支援", link: "/support/" }, { label: "コンタクト", link: "/contact/" }, + { label: "私の方針", link: "/policy/" }, ], customCss: ["./src/styles/custom.css"], tableOfContents: { minHeadingLevel: 2, maxHeadingLevel: 6 }, -- cgit v1.3.1