Custom SCSS
#303
-
Hi! I'm trying to tweak the theme so that code blocks use a slightly smaller font size.
Is this right, or even the right spot? |
Beta Was this translation helpful? Give feedback.
Answered by
CaiJimmy
Aug 15, 2021
Replies: 1 comment 1 reply
-
Use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
CaiJimmy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
.article-content pre
instead ofpre
only, to be more specific. Otherwise, it might fail overwriting the default style.