Created
April 9, 2014 02:27
-
-
Save eadz/10220496 to your computer and use it in GitHub Desktop.
slack custom css
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
/* | |
User Stylesheet for Slack. | |
Use with http://www.squarefree.com/userstyles/make-bookmarklet.html | |
to make a custom css Bookmarket | |
*/ | |
.light_theme .message { | |
color: #fff; | |
font-size: 16px; | |
} | |
#msgs_div { | |
background-color: #000; | |
} | |
.light_theme .message_sender { | |
color: #fff !important; | |
background-color: #333; | |
} | |
.message .mention { | |
background: #333; | |
color: #f60; | |
font-weight: bold; | |
} | |
.member_preview_link { | |
display: none; | |
} |
Playing with the CSS would be so helpful. Would like to disable giphy in certain channels only.
Hi,
I was just wondering if any of you found a solution in the mean time to apply/inject a user-style ?
Hi @smeevil, did you try https://github.com/bhuga/hackable-slack-client ?
Personally I prefer an install-able client over the web-client. That being said, has anyone tried using something like Stylish with a web-client? Although I'm not keen on using a web-client for Slack, it would have the advantage of retaining any CSS mods put in by the user.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Any way we can force the mac app to use custom styles past the loading screen?