From 5eeb0f11c0709ebc28429afd3b4108c4a4cc460b Mon Sep 17 00:00:00 2001 From: radishzzz Date: Sat, 24 May 2025 12:03:51 +0100 Subject: [PATCH] fix:
left alignment offset --- src/styles/markdown.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/styles/markdown.css b/src/styles/markdown.css index 973840b..ab951b9 100644 --- a/src/styles/markdown.css +++ b/src/styles/markdown.css @@ -246,11 +246,11 @@ html.dark .heti :where(u) { /* Horizontal Rules */ .heti :where(hr) { - --at-apply: 'mb-8 mt-12 h-auto border-none text-center c-secondary/25 lg:(mb-10 mt-14)'; + --at-apply: 'mb-8 mt-12 h-auto border-none text-center lg:(mb-10 mt-14)'; } .heti :where(hr)::before { - content: "***"; - --at-apply: 'text-6 tracking-0.8em font-serif'; + content: "* * *"; + --at-apply: 'whitespace-pre text-6 c-secondary/25 font-serif'; } /* Bold */