Files
discourse_theme_ran/scss/topic-cards.scss
T
Jordan Vidrine 478926952e init
2025-02-24 15:59:49 -06:00

8 lines
156 B
SCSS

.topic-list-item {
background: light-dark(#ffffff, #1f1f1f);
&:hover {
background: light-dark(#fcfcfc, #161616);
}
border: 1px solid #cedde3;
}