-
Hello again. |
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Mar 14, 2023
Replies: 1 comment 2 replies
-
You can use additional CSS and specifically target the tags in headers, maybe something like (untested, on my mobile right now): .md-typeset h2 .md-tag {
font-size: 20px;
} |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
GL513
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use additional CSS and specifically target the tags in headers, maybe something like (untested, on my mobile right now):