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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
156 B
SCSS
Raw Normal View History

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