From b7acd24c7d4a242359cbf073e1dd2d94a95fb3af Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Sat, 1 Mar 2025 21:52:05 +0000 Subject: [PATCH] Fixed HR rule [Issue #13] --- bookface_light.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookface_light.css b/bookface_light.css index 2798a58..ec9803f 100644 --- a/bookface_light.css +++ b/bookface_light.css @@ -715,7 +715,7 @@ ul.nav-tabs { 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 */