Skip to content

Commit

Permalink
Merge pull request thelounge#1017 from swordbeta/list_command_styling
Browse files Browse the repository at this point in the history
Fix Zenburn and Morning channel list font color.
  • Loading branch information
astorije authored Apr 6, 2017
2 parents 37b09a5 + 939c6ff commit fda1733
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/themes/morning.css
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,10 @@ body {
color: #84ce88 !important;
}

#chat table.channel-list td {
color: #ccc;
}

/* Embeds */
#chat .toggle-content,
#chat .toggle-button {
Expand Down
4 changes: 4 additions & 0 deletions client/themes/zenburn.css
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,10 @@ body {
color: #8cd0d3 !important;
}

#chat table.channel-list td {
color: #ccc;
}

/* Embeds */
#chat .toggle-content,
#chat .toggle-button {
Expand Down

0 comments on commit fda1733

Please sign in to comment.