diff --git a/src/styles/markdown.css b/src/styles/markdown.css index 8400b6f..8f2b517 100644 --- a/src/styles/markdown.css +++ b/src/styles/markdown.css @@ -56,8 +56,11 @@ } /* Images */ +.heti :where(img) { + --at-apply: 'mx-auto cursor-zoom-in'; +} .heti :where(img:not(figure img)) { - --at-apply: 'my-6 mx-auto cursor-zoom-in'; + --at-apply: 'my-6'; } .heti :where(figure) { --at-apply: 'mx-auto my-6';