diff options
| author | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-22 09:45:02 +0900 |
|---|---|---|
| committer | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-22 09:45:02 +0900 |
| commit | 4a48afe58dc1249e4b766379a9bf812a25a09cd0 (patch) | |
| tree | 756d55f174deca86403bc324de65c60b1754808e | |
| parent | 4c74b201168ab65aea005b2a7261247e0b4d5301 (diff) | |
custom.css: サイドバーの実績アイコンを、丸から飛び出すチェックに変更
「実績」のアイコンを、丸の中のチェックから、上部に切れ目のある丸からチェックが
飛び出す形(勢いのある形)に変更した。線の太さはチェック2.4・丸1.8としている。
| -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 8b4ece6..65b26ce 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%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"); + --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-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.9 3.9A8.6 8.6 0 1 0 20.1 9.1' stroke-width='1.8'/%3E%3Cpath d='m8 12.3 3.2 3.1L19.6 5' stroke-width='2.4'/%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"); |
