From e946e5d823837f780d27d62a580db4f1d9d3fe48 Mon Sep 17 00:00:00 2001 From: SerKo Date: Fri, 12 May 2023 05:34:46 +0800 Subject: [PATCH] style: add hr color --- layouts/partials/prose.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/partials/prose.html b/layouts/partials/prose.html index 801f6e1..a0dbbbf 100644 --- a/layouts/partials/prose.html +++ b/layouts/partials/prose.html @@ -34,6 +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} "> {{- .Content -}} \ No newline at end of file