datong
.unread .DiscussionListItem-count:before {
color: #f00!important; //未讀
content: "\f075";
}
.DiscussionListItem-count:before{
color: #05a59d; //普通消息
content: "\f075";
}
.item-discussion-views:before {
color: #d325ff; //查看數
content: "\f06e";
}
圖標自行查找對於的編號來改動,
content: “\f0a1”;