Merge branch 'il-faut-sauver-le-css' into 'master'

Message change color when unread

See merge request ae/Sith!171
This commit is contained in:
Soldat
2018-10-17 06:15:42 +02:00

View File

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