From 8744d754ff17db520e61d37915cd8bfb57d6ec59 Mon Sep 17 00:00:00 2001 From: Michael van Tricht Date: Thu, 6 Apr 2017 16:45:01 +0200 Subject: [PATCH] Fix Zenburn and Morning channel list font color. --- client/themes/morning.css | 4 ++++ client/themes/zenburn.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/client/themes/morning.css b/client/themes/morning.css index 49750ecd..9698330c 100644 --- a/client/themes/morning.css +++ b/client/themes/morning.css @@ -212,6 +212,10 @@ body { color: #84ce88 !important; } +#chat table.channel-list td { + color: #ccc; +} + /* Embeds */ #chat .toggle-content, #chat .toggle-button { diff --git a/client/themes/zenburn.css b/client/themes/zenburn.css index a5969370..2c075412 100644 --- a/client/themes/zenburn.css +++ b/client/themes/zenburn.css @@ -238,6 +238,10 @@ body { color: #8cd0d3 !important; } +#chat table.channel-list td { + color: #ccc; +} + /* Embeds */ #chat .toggle-content, #chat .toggle-button {