Fix new message highlight

New messages should now have a blue backgroud (like they did previously).
This commit is contained in:
carljbowman 2018-07-21 09:55:08 -04:00
parent 5f0016f385
commit 7de1cb80d6

View file

@ -13,7 +13,7 @@
}
.social-message.mod-unread {
background-color: lighten($ui-blue, 40);
background-color: $ui-blue-10percent;
}
.social-message.mod-unread .social-message-icon {