From 02d6e85d568521527aa22767f7c0051c96638021 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Sat, 1 Mar 2025 21:50:24 +0000 Subject: [PATCH] Fixed HR rule [Issue #13] --- bookface_auto.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bookface_auto.css b/bookface_auto.css index bd339eb..636fda9 100644 --- a/bookface_auto.css +++ b/bookface_auto.css @@ -716,7 +716,7 @@ padding-left: 10px !important; padding-right: 10px !important; } - .media hr, aside hr, section hr { + .media hr:first-of-type, aside hr, section hr { border-color: var(--nav-bg); } /* keep mentions and tags from spilling out */ @@ -3337,7 +3337,7 @@ p.wall-item-announce, padding-left: 10px !important; padding-right: 10px !important; } - .media hr, aside hr, section hr { + .media hr:first-of-type, aside hr, section hr { border-color: var(--nav-bg); } /* keep mentions and tags from spilling out */