Skip to content

Instantly share code, notes, and snippets.

@vuon9
Last active December 14, 2020 08:51
Show Gist options
  • Save vuon9/319d63d990b746a5bf97e10fbdbb5f44 to your computer and use it in GitHub Desktop.
Save vuon9/319d63d990b746a5bf97e10fbdbb5f44 to your computer and use it in GitHub Desktop.
Slackymous - Stylish CSS script for "URLs on the domain: app.slack.com"
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