Fix Zenburn and Morning channel list font color.

This commit is contained in:
Michael van Tricht 2017-04-06 16:45:01 +02:00
parent 23981e8de0
commit 8744d754ff
2 changed files with 8 additions and 0 deletions

View file

@ -212,6 +212,10 @@ body {
color: #84ce88 !important;
}
#chat table.channel-list td {
color: #ccc;
}
/* Embeds */
#chat .toggle-content,
#chat .toggle-button {

View file

@ -238,6 +238,10 @@ body {
color: #8cd0d3 !important;
}
#chat table.channel-list td {
color: #ccc;
}
/* Embeds */
#chat .toggle-content,
#chat .toggle-button {