Skip to content

Instantly share code, notes, and snippets.

@keybounce
Created August 1, 2018 22:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keybounce/ec0424b7b9be7016aa86135ee8b3a333 to your computer and use it in GitHub Desktop.
Save keybounce/ec0424b7b9be7016aa86135ee8b3a333 to your computer and use it in GitHub Desktop.
Discord (browser) CSS aid
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("https://discordapp.com/channels/") {
.message-group .comment .markup
, .theme-light .markup-2BOw-j {
color: #000;
font-size: 1rem;
line-height: inherit;
white-space: pre-wrap;
word-wrap: break-word;
}
.embed-IeVjo6 {
max-width: unset;
}
.size14-3iUx6q {
font-size: unset;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment