Skip to content

Commit

Permalink
feat: img fixes and blockquote support
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf committed Oct 15, 2024
1 parent 15526a0 commit 9a33f24
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,15 @@
[writea='read.content'] {
transition: opacity .2s;
opacity: 1;
}

#MarkdownContainer img {
max-width: 100%;
border-radius: 12px;
}

blockquote {
border-left: 3px solid var(--bs-primary);
padding-left: 12px;
font-style: italic;
}

0 comments on commit 9a33f24

Please sign in to comment.