Skip to content

Commit

Permalink
fix: styling for code and pre element (#132)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Jaszkowic <[email protected]>
  • Loading branch information
aeschi and Jaszkowic authored Sep 24, 2024
1 parent 4bd855c commit 0608e95
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,14 @@
.markdown-container h6 {
@apply text-xl;
}

.markdown-container pre {
@apply whitespace-pre-wrap w-full font-sans;
}

.markdown-container code {
@apply font-sans;
}
}

:root {
Expand Down

0 comments on commit 0608e95

Please sign in to comment.