Fix nick fade colours

This commit is contained in:
Pavel Djundik 2017-06-22 22:04:31 +03:00 committed by GitHub
parent 5e28c6dca8
commit df434024b5
1 changed files with 10 additions and 0 deletions

View File

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