mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Fix new message highlight
New messages should now have a blue backgroud (like they did previously).
This commit is contained in:
parent
5f0016f385
commit
7de1cb80d6
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue