Skip to content

Instantly share code, notes, and snippets.

@banderson623
Created May 16, 2014 03:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save banderson623/b2f63702d7f8e3494026 to your computer and use it in GitHub Desktop.
Save banderson623/b2f63702d7f8e3494026 to your computer and use it in GitHub Desktop.
.light_theme .message {
color: #fff;
font-size: 16px;
}
.message .mention {
//background: #ccc;
//color: #f60;
font-weight: bold;
}
.member_preview_link {
display: none;
}
#channel-list li.channel {
display: none;
}
#channel-list li.channel.unread {
display: block
}
#channel-list li.channel.mention a{
color: yellow !important;
}
.chanel .no_just_unreads.channels_list_holder .unread_just {
display: block;
}
a.channel-list-more {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment