Message change color when unread

This commit is contained in:
Soldat 2018-10-16 21:08:47 +02:00
parent 75dd171714
commit bf321aaac3
1 changed files with 1 additions and 1 deletions

View File

@ -1385,7 +1385,7 @@ textarea {
font-size: 100%;
}
&.unread {
background: $secondary-neutral-light-color;
background: #e9eea1;
}
}