Skip to content

Commit

Permalink
Inline code same font size as inline math
Browse files Browse the repository at this point in the history
  • Loading branch information
Dim131 committed May 6, 2024
1 parent c636f6b commit 504605c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ body {
font-family: "Segoe UI", Helvetica;
}

/* Font size of math formulas. */
.katex { font-size: 1.1em !important; }
/* Font size of inline code. (Should match size of math formulas. */
.language-plaintext { font-size: 1.1em; }

code {
font-family: 'KaTeX_Typewriter';
}
Expand Down

0 comments on commit 504605c

Please sign in to comment.