Skip to content

Instantly share code, notes, and snippets.

@brenes
Last active February 12, 2016 12:28
Show Gist options
  • Save brenes/4b4df3a20e3350613ecd to your computer and use it in GitHub Desktop.
Save brenes/4b4df3a20e3350613ecd to your computer and use it in GitHub Desktop.
Stylish for slack
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("slack.com") {
.bot_message {
font-size:12px;
color: #CCC;
}
.bot_message .member_image {
height: 16px;
width: 16px;
}
.bot_message .bot_label {
display: none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment