Hide horizontal rules for cleaner look

This commit is contained in:
Random Penguin 2025-02-19 21:30:00 +00:00
parent 49e2ffc6e4
commit 216969e1be

View file

@ -684,6 +684,9 @@ aside .widget,
padding-left: 10px !important; padding-left: 10px !important;
padding-right: 10px !important; padding-right: 10px !important;
} }
.media hr, aside hr, section hr {
border-color: var(--nav-bg);
}
/* keep mentions and tags from spilling out */ /* keep mentions and tags from spilling out */
#profile-page .label, #profile-page .label,
#profile-page .label a, #profile-page .label a,