Skip to content

Commit

Permalink
Add in markdown output styles
Browse files Browse the repository at this point in the history
  • Loading branch information
nealfennimore committed Dec 9, 2024
1 parent 85dce52 commit ba3a588
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion client/src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,32 @@ body > div {
min-height: calc(100vh - 136px);
}

.discussion > a {
.discussion > a,
.md-output a {
color: #3b82f6;
}

.md-output h6 {
font-size: 1.125rem; /* 18px */
line-height: 1.75rem; /* 28px */
}
.md-output h5 {
font-size: 1.25rem; /* 20px */
line-height: 1.75rem; /* 28px */
}
.md-output h4 {
font-size: 1.5rem; /* 24px */
line-height: 2rem; /* 32px */
}
.md-output h3 {
font-size: 1.875rem; /* 30px */
line-height: 2.25rem; /* 36px */
}
.md-output h2 {
font-size: 2.25rem; /* 36px */
line-height: 2.5rem; /* 40px */
}
.md-output h1 {
font-size: 3rem; /* 48px */
line-height: 1;
}

0 comments on commit ba3a588

Please sign in to comment.