blob: 559adca755ced9d6fb2b58214a69f3e826b9c36b [file] [log] [blame]
/* default ReadTheDocs MkDocs theme's <code> font-size
much too small at 75%, override */
body code {
font-size: 90%;
}
body pre code {
font-size: 100%;
}