aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/styles/custom.css
diff options
context:
space:
mode:
authorYasutake Yohei <yohei@yasutakeyohei.com>2026-07-05 23:06:12 +0900
committerYasutake Yohei <yohei@yasutakeyohei.com>2026-07-05 23:06:12 +0900
commitad3f7ffa678df36e8e5a4049cc0234d3b7598b5a (patch)
tree3ef2230d70300367a75c0b307e5c2fee11120f64 /src/styles/custom.css
parent005db0ac247d4648242418c1254c809ffda8e987 (diff)
custom.css: 全ページの画像に枠線と角丸を追加
Diffstat (limited to 'src/styles/custom.css')
-rw-r--r--src/styles/custom.css4
1 files changed, 4 insertions, 0 deletions
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;
}