From f50f34ff66a73ab93ff4eadf6717c781d0c1d79a Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Thu, 12 Apr 2018 13:04:08 +0300 Subject: [PATCH] Only inherit text color on highlights --- theme.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/theme.css b/theme.css index 639dd9a..f76ee12 100644 --- a/theme.css +++ b/theme.css @@ -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; }