Created
August 1, 2018 22:34
-
-
Save keybounce/ec0424b7b9be7016aa86135ee8b3a333 to your computer and use it in GitHub Desktop.
Discord (browser) CSS aid
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
@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