Skip to content

Instantly share code, notes, and snippets.

@ritcheyer
Forked from banderson623/slack.css
Last active August 29, 2015 14:01
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 ritcheyer/ed6bb3b136f8b6821685 to your computer and use it in GitHub Desktop.
Save ritcheyer/ed6bb3b136f8b6821685 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,
#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;
}
@banderson623
Copy link

.light_theme .message {
    padding-left:0;
}

too ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment