From 4803436a1b87489a9f34e4b3d7625e9c224fd852 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Wed, 19 Feb 2025 21:30:41 +0000 Subject: [PATCH] Hide horizontal rules for cleaner look --- bookface_light.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bookface_light.css b/bookface_light.css index de006a4..153409a 100644 --- a/bookface_light.css +++ b/bookface_light.css @@ -684,6 +684,9 @@ padding-left: 10px !important; padding-right: 10px !important; } + .media hr, aside hr, section hr { + border-color: var(--nav-bg); + } /* keep mentions and tags from spilling out */ #profile-page .label, #profile-page .label a,