mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 21:02:09 +00:00
Fix extra section borders
This commit is contained in:
parent
f5f0785e65
commit
3c82a16e0b
1 changed files with 2 additions and 1 deletions
|
@ -257,7 +257,8 @@ img:not([itemprop="image"]) {
|
|||
* Also use "content-visibility: auto" to improve performance by
|
||||
* reducing the number of DOM nodes rendered at once. */
|
||||
footer,
|
||||
section:not([role]),
|
||||
/* independent section */
|
||||
:not(details) > section:not([role]):not([itemprop="hasPart"]),
|
||||
section[role="doc-endnotes"] {
|
||||
border-top: 1px solid;
|
||||
content-visibility: auto;
|
||||
|
|
Loading…
Reference in a new issue