Skip to content

Commit

Permalink
Merge pull request #45 from systemphil/patch/typography
Browse files Browse the repository at this point in the history
patch typography
  • Loading branch information
Firgrep authored Jul 8, 2024
2 parents 44f21a7 + fcbafed commit 9f2604a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/styles/overrides.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
/* Override automatic italics of all text in block quotes */
.nx-italic {
font-style: inherit;
}

.nx-leading-7 {
font-size: large;
}

.nextra-code-block {
font-size: larger;
}

0 comments on commit 9f2604a

Please sign in to comment.