Fix Zenburn and Morning channel list font color.
This commit is contained in:
parent
23981e8de0
commit
8744d754ff
@ -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