9 lines
151 B
CSS
9 lines
151 B
CSS
[role="feed"].item-list {
|
|
}
|
|
|
|
[role="feed"].item-list > article {
|
|
&:not(:last-child) {
|
|
border-bottom: 1px solid var(--color-lines);
|
|
}
|
|
}
|