diff options
| author | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-21 09:29:56 +0900 |
|---|---|---|
| committer | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-21 09:29:56 +0900 |
| commit | 32b5270d8704f5b5c15a37f558e5a7aef012d6d1 (patch) | |
| tree | a03668a6956e8f25d045ece6b80056a71e623f1e | |
| parent | b9f537a20e498844be2c4c0c483345216e173c99 (diff) | |
custom.css: サイドバーのセクション名を「調べたことのまとめ」に変更
「活動の副産物」ではディスレクシアの内容の印象がよくないため、調べて
まとめた情報であることが伝わる表現に改めた。
| -rw-r--r-- | src/styles/custom.css | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
