2024-09-27 22:14:00 -07:00
|
|
|
#title:has(+ .breadcrumbs)
|
|
|
|
margin-bottom: .125em
|
|
|
|
|
2024-09-27 20:01:07 -07:00
|
|
|
.breadcrumbs
|
|
|
|
list-style-type: none
|
|
|
|
display: flex
|
|
|
|
flex-direction: row
|
|
|
|
margin-block: .5em
|
|
|
|
font-size: .85em
|
|
|
|
|
|
|
|
li
|
|
|
|
display: flex
|
|
|
|
|
|
|
|
li:not(:first-child)
|
|
|
|
&::before
|
|
|
|
margin-inline: .35em
|
|
|
|
content: "→"
|
|
|
|
|
2024-09-27 22:14:00 -07:00
|
|
|
&[data-relation-to-prev=sibling]::before
|
|
|
|
content: "+"
|
|
|
|
|
|
|
|
&[data-relation-to-prev=menu]::before
|
|
|
|
content: "-"
|