From c6e3373c10c4b0ac76abf086522e52358445502f Mon Sep 17 00:00:00 2001 From: radishzzz Date: Wed, 21 May 2025 18:33:51 +0100 Subject: [PATCH] fix:
styling issue --- src/styles/markdown.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/markdown.css b/src/styles/markdown.css index 89486ab..3ba63af 100644 --- a/src/styles/markdown.css +++ b/src/styles/markdown.css @@ -246,10 +246,11 @@ html.dark .heti :where(u) { /* Horizontal Rules */ .heti :where(hr) { - --at-apply: 'mb-8 mt-12 h-auto border-none text-center text-6 c-secondary/25 tracking-0.8em lg:(mb-10 mt-14)'; + --at-apply: 'mb-8 mt-12 h-auto border-none text-center c-secondary/25 lg:(mb-10 mt-14)'; } .heti :where(hr)::before { content: "***"; + --at-apply: 'text-6 tracking-0.8em'; } /* Bold */