Last active
February 12, 2016 12:28
-
-
Save brenes/4b4df3a20e3350613ecd to your computer and use it in GitHub Desktop.
Stylish for slack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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