From 32b5270d8704f5b5c15a37f558e5a7aef012d6d1 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Mon, 21 Sep 2026 09:29:56 +0900 Subject: custom.css: サイドバーのセクション名を「調べたことのまとめ」に変更 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 「活動の副産物」ではディスレクシアの内容の印象がよくないため、調べて まとめた情報であることが伝わる表現に改めた。 --- src/styles/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/styles') diff --git a/src/styles/custom.css b/src/styles/custom.css index f265b41..ca9c910 100644 --- a/src/styles/custom.css +++ b/src/styles/custom.css @@ -364,7 +364,7 @@ p, content: "議会での活動"; } #starlight__sidebar ul.top-level > li:nth-child(5)::before { - content: "活動の副産物"; + content: "調べたことのまとめ"; } #starlight__sidebar ul.top-level > li:nth-child(5), #starlight__sidebar ul.top-level > li:nth-child(7) { -- cgit v1.3.1