1
Fork 0
userstyles/src/tildes-baukula/_topic-listing.scss

15 lines
296 B
SCSS

.topic-listing {
// Make all the topics in the listing have the same background color
> li:nth-of-type(n) {
margin-bottom: 0.2rem;
background-color: $background;
}
}
// "Post" listing is the list on user profiles
.post-listing {
.topic {
background-color: $background;
}
}