Only apply highlight nick gradient in channels

This commit is contained in:
Pavel Djundik 2017-06-22 23:04:55 +03:00 committed by GitHub
parent 2003728351
commit 776ae0799c
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ body {
background: linear-gradient(to right, rgba(5, 17, 20, 0.5) 0%, #051114 100%);
}
#chat .highlight .from:after {
#chat .channel .highlight .from:after {
background: linear-gradient(to right, rgba(173, 20, 87, 0.5) 0%, #ad1457 100%);
}
}