discourse/app/assets/stylesheets/desktop/components/user-stream-item.scss

9 lines
156 B
SCSS

// Desktop styles for "user-stream-item" component
.user-stream {
.notification {
&.unread {
background-color: var(--tertiary-low);
}
}
}