Skip to content

Commit

Permalink
Fixed font size issue in code (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaagul authored Dec 22, 2023
1 parent cabff03 commit 31bc81d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/styles/editor/_editor-content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,16 @@
Courier, monospace;
}

h1 code,
h2 code,
h3 code,
h4 code,
h5 code,
h6 code,
p code {
font-size: inherit;
}

pre {
position: relative;
background-color: #f7f6f3;
Expand Down

0 comments on commit 31bc81d

Please sign in to comment.