1
0
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:
Toby Zerner
2015-09-08 10:27:50 +09:30
parent 76d0e7770c
commit ca53a63fd8
3 changed files with 8 additions and 3 deletions

View File

@@ -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 {