Files
discourse_theme_ran/scss/topic-cards.scss
T
2025-02-28 11:29:27 -06:00

8 lines
174 B
SCSS

.topic-list-item {
background: var(--d-content-background);
&:hover {
background: oklch(from var(--d-content-background) 97% c h);
}
border: 1px solid #cedde3;
}