Skip to content

Commit

Permalink
CSS formatting for block quotes (#175)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
JohannesNakayama and mergify[bot] authored Jul 6, 2024
1 parent a460a83 commit 3d10263
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/styles/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@
/* @apply p-2;*/
@apply overflow-x-auto;
}

blockquote {
@apply border-l-4 border-l-gray-300 pl-2 opacity-70;
}
}

.postparent .markdown {
Expand Down

0 comments on commit 3d10263

Please sign in to comment.