aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-09-22 09:40:25 +0900
committerYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-09-22 09:40:25 +0900
commit1d6046223bc7451b1ce56db970fee318604c76f8 (patch)
tree728b0dab40138dc8ae3700589eb2b2f5d73b7de3 /src
parent33be61cd9bdb4676bdb8700d6fd57e2b6cde01bf (diff)
custom.css: サイドバーの実績アイコンを丸付きチェックに変更
「実績」のアイコンを、単純なチェックマークから、丸の中にチェックが入ったものに 変更した。他の項目のアイコンと同じ線画(stroke 1.8)で描いている。
Diffstat (limited to 'src')
-rw-r--r--src/styles/custom.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/custom.css b/src/styles/custom.css
index 38f7555..8b4ece6 100644
--- a/src/styles/custom.css
+++ b/src/styles/custom.css
@@ -363,7 +363,7 @@ p,
--nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 10.5 12 3l9 7.5V20a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1z'/%3E%3C/svg%3E");
}
#starlight__sidebar ul.top-level > li:nth-child(2) {
- --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 6 9.5 18 3 11.5'/%3E%3C/svg%3E");
+ --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m8.6 12.3 2.4 2.4 4.4-5'/%3E%3C/svg%3E");
}
#starlight__sidebar ul.top-level > li:nth-child(3) {
--nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 15a2 2 0 0 1-2 2H8l-4 3V5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2z'/%3E%3C/svg%3E");