mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 06:30:15 +08:00
9 lines
156 B
SCSS
9 lines
156 B
SCSS
// Desktop styles for "user-stream-item" component
|
|
.user-stream {
|
|
.notification {
|
|
&.unread {
|
|
background-color: var(--tertiary-low);
|
|
}
|
|
}
|
|
}
|