Message change color when unread

This commit is contained in:
Soldat 2018-10-16 21:08:47 +02:00
parent 75dd171714
commit bf321aaac3

View File

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