Commit 7de1cb80 authored by carljbowman's avatar carljbowman

Fix new message highlight

New messages should now have a blue backgroud (like they did previously).
parent 5f0016f3
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment