Skip to content

Commit 9a33f24

Browse files
committed
feat: img fixes and blockquote support
1 parent 15526a0 commit 9a33f24

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/assets/style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,15 @@
3232
[writea='read.content'] {
3333
transition: opacity .2s;
3434
opacity: 1;
35+
}
36+
37+
#MarkdownContainer img {
38+
max-width: 100%;
39+
border-radius: 12px;
40+
}
41+
42+
blockquote {
43+
border-left: 3px solid var(--bs-primary);
44+
padding-left: 12px;
45+
font-style: italic;
3546
}

0 commit comments

Comments
 (0)