From f74a713951713461b64bd3ab47b4b437d8224d29 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Wed, 27 Dec 2017 21:49:37 +0200 Subject: [PATCH] Enforce color on highlights --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 4a74716..b6eef3c 100644 --- a/theme.css +++ b/theme.css @@ -296,7 +296,7 @@ body { #chat .channel .highlight .from, #chat .channel .highlight .from .user, #chat .channel .highlight .text { - color: #fff; + color: #fff !important; } #chat .channel .highlight .time,