-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Hey, is there a way I can get default colors for admonitions depending on their types ? In my docs I use :
!!! note "title"
content
more content
with note, tip, todo, info, algorithm, definition, property, theorem, example, etc. and Documenter used to color some of them consistently. Their documentation on the topic is there : https://documenter.juliadocs.org/stable/showcase/#Admonitions
Is that something I can tweak through some CSS somewhere, or is there an already-settled way of coloring these ?
Remark: There seem to be a very strict restriction to possible categories there :
which is coherent with what https://vitepress.dev/guide/markdown#custom-containers says.
But then the produced html does not even have the information i need to apply some css ?
Metadata
Metadata
Assignees
Labels
No labels