From 155202adeb09e37c31ed4e480e2d013428cd2634 Mon Sep 17 00:00:00 2001 From: radishzzz Date: Tue, 20 May 2025 02:31:19 +0100 Subject: [PATCH] fix: img style error --- src/styles/markdown.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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';