Skip to content

Commit

Permalink
Fix missing default code font
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgio committed Aug 16, 2024
1 parent 75bf858 commit a4e2a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/render/theme/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
--qd-link-color: inherit;
--qd-main-font: inherit;
--qd-main-font-size: 1em;
--qd-font: monospace;
--qd-code-font: monospace;
--qd-code-font-size: var(--qd-main-font-size);
--qd-heading-font: inherit;
--qd-block-margin: 32px;
Expand Down

0 comments on commit a4e2a34

Please sign in to comment.