Dimensione del font per gli inserti di codice nei post

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 Mi Piace