Merge pull request #1017 from swordbeta/list_command_styling
Fix Zenburn and Morning channel list font color.
This commit is contained in:
commit
8c987e7a28
@ -212,6 +212,10 @@ body {
|
||||
color: #84ce88 !important;
|
||||
}
|
||||
|
||||
#chat table.channel-list td {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
/* Embeds */
|
||||
#chat .toggle-content,
|
||||
#chat .toggle-button {
|
||||
|
@ -238,6 +238,10 @@ body {
|
||||
color: #8cd0d3 !important;
|
||||
}
|
||||
|
||||
#chat table.channel-list td {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
/* Embeds */
|
||||
#chat .toggle-content,
|
||||
#chat .toggle-button {
|
||||
|
Loading…
Reference in New Issue
Block a user