From 4a48afe58dc1249e4b766379a9bf812a25a09cd0 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Tue, 22 Sep 2026 09:45:02 +0900 Subject: custom.css: サイドバーの実績アイコンを、丸から飛び出すチェックに変更 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 「実績」のアイコンを、丸の中のチェックから、上部に切れ目のある丸からチェックが 飛び出す形(勢いのある形)に変更した。線の太さはチェック2.4・丸1.8としている。 --- 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 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"); -- cgit v1.3.1