Fix time color in highlights for non messages

This commit is contained in:
Pavel Djundik 2019-07-14 15:05:18 +03:00
parent 8e3d875423
commit af0ba5d432
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ body {
color: var(--body-color-muted);
}
#chat .channel .message.highlight .time {
#chat .channel .msg.highlight .time {
color: var(--body-color);
}