mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Merge pull request #1990 from carljbowman/develop
Fix new message highlight
This commit is contained in:
commit
1d282a4846
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