Only inherit text color on highlights

This commit is contained in:
Pavel Djundik 2018-04-12 13:04:08 +03:00
parent 687697f9cb
commit f50f34ff66
1 changed files with 1 additions and 3 deletions

View File

@ -292,9 +292,7 @@ body {
background-color: var(--background-light-color);
}
#chat .channel .highlight .from,
#chat .channel .highlight .text,
#chat .channel .highlight .user {
#chat .channel .highlight .text {
color: inherit;
}