Skip to content

Commit

Permalink
Supports markdown inline code
Browse files Browse the repository at this point in the history
  • Loading branch information
Clazex authored Mar 2, 2023
1 parent 8dfa1fc commit f09be56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
function applyFont(font = getFont()) {
style?.remove();
style = GM_addStyle(
`.blob-code-inner, .CodeMirror-lines, .highlight pre, .react-code-text { font-family: ${font}, monospace !important }`
`pre, code.markdown-body, .blob-code-inner, .CodeMirror-lines, .react-code-text { font-family: ${font}, monospace !important }`
+ '.blob-code-inner, .CodeMirror-lines, .react-code-text { font-size: 1em !important; }'
);

Expand Down

0 comments on commit f09be56

Please sign in to comment.