Skip to content

Commit

Permalink
adds blockquote styling to questions markdown (#8976)
Browse files Browse the repository at this point in the history
  • Loading branch information
corywatilo committed Jul 16, 2024
1 parent d7efc63 commit 975c716
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -1435,6 +1435,10 @@ li.squeak-left-border {
}
}

blockquote {
@apply border-l-4 border-light dark:border-dark pl-2;
}

pre {
@apply text-base my-3 overflow-scroll p-4 text-[15px];
}
Expand Down

0 comments on commit 975c716

Please sign in to comment.