Fix lint errors

This commit is contained in:
Pavel Djundik 2017-06-28 22:51:11 +03:00 committed by GitHub
parent 28f0b81374
commit fb698984de
1 changed files with 4 additions and 4 deletions

View File

@ -343,11 +343,11 @@ body {
}
@media (min-width: 480px) {
#chat .from:after {
background: linear-gradient(to right, rgba(5, 17, 20, 0.5) 0%, #051114 100%);
#chat .from::after {
background: linear-gradient(to right, rgba(5, 17, 20, .5) 0%, #051114 100%);
}
#chat .channel .highlight .from:after {
background: linear-gradient(to right, rgba(173, 20, 87, 0.5) 0%, #ad1457 100%);
#chat .channel .highlight .from::after {
background: linear-gradient(to right, rgba(173, 20, 87, .5) 0%, #ad1457 100%);
}
}