From af0ba5d432aa33753f79fce67e8aadcbc0911c00 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Sun, 14 Jul 2019 15:05:18 +0300 Subject: [PATCH] Fix time color in highlights for non messages --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index eb62595..632923e 100644 --- a/theme.css +++ b/theme.css @@ -292,7 +292,7 @@ body { color: var(--body-color-muted); } -#chat .channel .message.highlight .time { +#chat .channel .msg.highlight .time { color: var(--body-color); }