Last active
December 14, 2020 08:51
-
-
Save vuon9/319d63d990b746a5bf97e10fbdbb5f44 to your computer and use it in GitHub Desktop.
Slackymous - Stylish CSS script for "URLs on the domain: app.slack.com"
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
body { | |
font-family: Arial, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
} | |
.c-avatar, .c-avatar--interactive { | |
display: none; | |
} | |
.p-channel_sidebar__user_avatar { | |
margin-left: -10px; | |
} | |
.c-mrkdwn__pre { | |
font-family: 'Cascadia Mono PL', 'Meslo' !important; | |
} | |
.c-mrkdwn__pre, | |
.c-mrkdwn__pre .c-link { | |
font-size: 1.2rem; | |
} | |
.c-message_kit__blocks .c-link:not(.c-member_slug) { | |
font-size: 1.5rem; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment