Last active
September 28, 2018 21:05
-
-
Save raejin/7fdf8968144b0f00e229b452e37c259c to your computer and use it in GitHub Desktop.
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
code, pre, .c-mrkdwn__code, .c-mrkdwn__pre { | |
font-family: 'Inconsolata-dz' !important; | |
} | |
#msg_input, #msg_input+#primary_file_button { | |
border-color: rgba(160,160,162,.7)!important; | |
} | |
#msg_form #primary_file_button:not(:hover):not(.active) { | |
color: #A0A0A2!important; | |
} | |
.c-message__body, .c-message__content { | |
font-family: BlinkMacSystemFont!important; | |
} | |
body, html { | |
font-family: BlinkMacSystemFont!important; | |
} | |
/*#msg_input.texty_legacy, . | |
texty_legacy, #msg_input.texty_legacy, .texty_legacy, | |
#msg_input.texty_legacy, .texty_legacy, [lang=fr-FR] #msg_input.texty_legacy, .texty_legacy { | |
font-family: BlinkMacSystemFont!important; | |
}*/ | |
#msg_input, #col_channels, ts-message, #team_menu, .c-message__body, .p-channel_sidebar__name { | |
font-family: BlinkMacSystemFont!important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment