From ad3f7ffa678df36e8e5a4049cc0234d3b7598b5a Mon Sep 17 00:00:00 2001 From: Yasutake Yohei Date: Sun, 5 Jul 2026 23:06:12 +0900 Subject: custom.css: 全ページの画像に枠線と角丸を追加 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/custom.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/styles') diff --git a/src/styles/custom.css b/src/styles/custom.css index f43e7ff..efc8fda 100644 --- a/src/styles/custom.css +++ b/src/styles/custom.css @@ -58,6 +58,10 @@ line-height: 1.75; color: var(--sl-color-text); } +.sl-markdown-content img { + border: 1px solid var(--sl-color-gray-4); + border-radius: 6px; +} .sl-markdown-content p { margin-bottom: 1em; } -- cgit v1.3.1