Add custom css as in the docs: https://zensical.org/docs/customization/?h=custom+css#additional-css.
.md-typeset .admonition, .md-typeset details {
font-size: inherit;
}
Background
Zenscial (and previously MkDocs Material) makes admonition/details text smaller.
I also think that inline code padding is too conservative in Zensical. Larger padding around the inline code makes it stand out more as their isn't enough contrast at times.
Add custom css as in the docs: https://zensical.org/docs/customization/?h=custom+css#additional-css.
Background
Zenscial (and previously MkDocs Material) makes admonition/details text smaller.
I also think that inline code padding is too conservative in Zensical. Larger padding around the inline code makes it stand out more as their isn't enough contrast at times.