1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Fix extra section borders

This commit is contained in:
Rohan Kumar 2022-05-06 16:22:31 -07:00
parent f5f0785e65
commit 3c82a16e0b
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -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;