From 3f1d91875c66e4cb4dd2538a7093de89ba565241 Mon Sep 17 00:00:00 2001 From: SerKo Date: Fri, 12 May 2023 05:35:23 +0800 Subject: [PATCH] style: bold hr --- layouts/partials/prose.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/prose.html b/layouts/partials/prose.html index a0dbbbf..5d3bd51 100644 --- a/layouts/partials/prose.html +++ b/layouts/partials/prose.html @@ -34,7 +34,7 @@ _:where(ul,ol,blockquote){pl:1.5em} _:where(video,img){max-width:full} _:where(a,mark){text-underline-offset:3} - _:where(hr){h:1;_bg:fade-10;_bg:fade-70@dark;_my:3em} + _:where(hr){h:2;_bg:fade-10;_bg:fade-70@dark;_my:3em} "> {{- .Content -}} \ No newline at end of file