Skip to content

Commit

Permalink
fix: pre code style
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Jun 8, 2021
1 parent 725c8a5 commit 2f28c0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,11 @@ mark {
font-size: inherit;
}

code, kbd, pre, samp {
font-family: var(--ct-code-font-family);
font-size: 0.8em;
}

/* inline code */

:not(pre) > code {
Expand Down

0 comments on commit 2f28c0a

Please sign in to comment.