Skip to content

Instantly share code, notes, and snippets.

@rycuda
Last active August 20, 2018 10:52
Show Gist options
  • Save rycuda/4d855890b80f9ecd6f5ddec1c4d5c366 to your computer and use it in GitHub Desktop.
Save rycuda/4d855890b80f9ecd6f5ddec1c4d5c366 to your computer and use it in GitHub Desktop.
@-moz-document domain("discordapp.com") {
div[class^="markup"] {
font-size: 5.9375rem
}
strong[class^="username"] {
font-size: 5rem
}
time[class^="timestamp"] {
font-size: 5rem
}
div[class^="avatar"] {
height: 80px;
width: 80px;
}
div[class^="header"] {
height: 4rem
}
div[class^="reaction"]>img.emoji{
height: 3rem;
width: 3rem;
}
div[class^="reactionCount"]{
font-size: 3rem;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment