Skip to content

Commit

Permalink
Merge pull request #555 from Firestone82/markdown-blockquote
Browse files Browse the repository at this point in the history
Changed styling of quote
  • Loading branch information
Kobzol authored Nov 15, 2024
2 parents c5b858c + 5dac493 commit 3904756
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ html[data-bs-theme='dark'] {

/* Generated by `> text` blockquotes in Markdown by marked.js */
blockquote {
margin: 10px;
padding: 5px;
border: 2px solid #000000;
border-radius: 5px;
padding-left: 10px;
margin: 0;
border-left: 4px solid rgba(0, 0, 0, 0.6);
white-space: pre-line;
}

0 comments on commit 3904756

Please sign in to comment.