Skip to content

Instantly share code, notes, and snippets.

@banderson623
Forked from ritcheyer/slack.css
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save banderson623/da72c97aa1f0f16231cc to your computer and use it in GitHub Desktop.
Save banderson623/da72c97aa1f0f16231cc to your computer and use it in GitHub Desktop.
.light_theme .message {
color: #fff;
font-size: 16px;
}
.message .mention {
font-weight: bold;
}
.member_preview_link,
.channel-list-more,
#channel-list .channel,
#im-list .member,
.channels_list_holder h2 ,
#groups #groups_header,
.list_more,
#group-list .group {
display: none;
}
#channel-list .channel.unread,
#channel-list .channel.active,
#im-list .member.unread,
#im-list .member.active,
#group-list .group.unread,
#group-list .group.active {
display: block;
}
#channel-list .channel.mention a {
color: yellow !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment