mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 11:04:27 +02:00
Hide horizontal rules for cleaner look
This commit is contained in:
parent
216969e1be
commit
4803436a1b
1 changed files with 3 additions and 0 deletions
|
@ -684,6 +684,9 @@
|
||||||
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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue