Font size for code inserts in posts

Easy enough to do by overriding the CSS in a theme component:

code {
     font-size: 0.8em
}

(If you’re not familiar with theme components, there’s more info here.)

3 Likes