Skip to content

Commit

Permalink
Add in blockquote style
Browse files Browse the repository at this point in the history
  • Loading branch information
nealfennimore committed Dec 9, 2024
1 parent ba3a588 commit bef2cdf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ body > div {
color: #3b82f6;
}

.md-output blockquote {
border-left: 2px solid silver;
padding-left: 4px;
}

.md-output h6 {
font-size: 1.125rem; /* 18px */
line-height: 1.75rem; /* 28px */
Expand Down

0 comments on commit bef2cdf

Please sign in to comment.