practicalli / practicalli/journal
Zensical: admonition size
Open
@practicalli-johnny is already working on this.
Since Dec 28, 2025.
- Dominant language
- Makefile
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.