-
-
Save banderson623/da72c97aa1f0f16231cc to your computer and use it in GitHub Desktop.
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
.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