Files
discourse_theme_ran/scss/topic-cards.scss
T
Jordan Vidrine fb7e1b02e6 styling
2025-02-25 16:22:04 -06:00

27 lines
491 B
SCSS

.topic-list-item {
background: light-dark(#ffffff, #1f1f1f);
&:hover {
background: light-dark(#fcfcfc, #161616);
}
border: 1px solid #cedde3;
}
.more-topics__container
.more-topics__list
.topic-list-body
.topic-list-item:last-of-type {
border: 1px solid #cedde3;
}
@media screen and (max-width: 480px) {
.topic-list-body {
border-top: none;
}
.topic-list-item {
border-top: none;
border-left: none;
border-right: none;
border-radius: 0;
}
}