aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/styles/custom.css
diff options
context:
space:
mode:
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;
}