mirror of
https://github.com/flarum/core.git
synced 2025-08-06 08:27:42 +02:00
Make unread discussion titles less overwhelming
This commit is contained in:
@@ -44,8 +44,11 @@
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
.read & {
|
||||
color: mix(@heading-color, @body-bg, 60%);
|
||||
}
|
||||
.unread & {
|
||||
font-weight: bold;
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
.DiscussionListItem-info {
|
||||
|
Reference in New Issue
Block a user