Skip to content

Commit

Permalink
Update styles for rendered markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
nealfennimore committed Dec 10, 2024
1 parent e01bd69 commit bf086f1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions client/src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,23 @@ body > div {
color: #3b82f6;
}

.md-output > * {
margin-bottom: 20px;
}

.md-output ol,
.md-output ul {
margin-left: 16px;
}

.md-output ul {
list-style-type: circle;
}

.md-output ol {
list-style-type: decimal;
}

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

0 comments on commit bf086f1

Please sign in to comment.