Skip to content

Commit

Permalink
codeのfont sizeは親要素に任せる
Browse files Browse the repository at this point in the history
  • Loading branch information
uta8a committed Oct 27, 2024
1 parent 658ac80 commit 188ed1f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions styles/pages/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -330,15 +330,13 @@
& code {
font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas,
Liberation Mono, monospace;
font-size: var(--text-body-size);
}

& pre {
margin-top: 0;
margin-bottom: 0;
font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas,
Liberation Mono, monospace;
font-size: var(--text-body-size);
word-wrap: normal;
}

Expand Down

0 comments on commit 188ed1f

Please sign in to comment.