Merge pull request #1017 from swordbeta/list_command_styling

Fix Zenburn and Morning channel list font color.
This commit is contained in:
Jérémie Astori 2017-04-06 18:39:51 -04:00 committed by GitHub
commit 8c987e7a28
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 {