From c107a125db2138b2d626ebde4ca8fb9606d25bc9 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Sun, 24 Jun 2018 00:24:56 +0300 Subject: [PATCH] Bring back white time for highlights --- theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme.css b/theme.css index 2f5b202..0319341 100644 --- a/theme.css +++ b/theme.css @@ -313,6 +313,10 @@ body { border-bottom: 1px dotted #555; } +#chat .channel .message.highlight .time { + color: #fff; +} + #chat .channel .highlight .toggle-content { background-color: var(--background-dark-color); }