Instant preview font size #7606
Unanswered
gelencserzsoltpeter
asked this question in
Q&A
Replies: 1 comment
-
For now, you can use the following additional CSS: [role=dialog] > .md-tooltip2__inner {
font-size: .8rem; /* Adjust to taste */
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone!
I’m using instant preview mode in Material for MkDocs, but I’m facing issues with the font size. The text in the preview appears much smaller than intended, while elements like quote blocks retain their original size. Additionally, the tooltips and inline footnotes (when they appear directly within a paragraph) also have a small font size that I can’t seem to increase, despite trying various CSS adjustments. How can I consistently increase the font size for these elements in the instant preview?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions