Update bruhbutton theme/example

This commit is contained in:
Chev 2019-10-12 00:46:28 -07:00
parent a4db90f37a
commit 9d995d783b
2 changed files with 3 additions and 3 deletions

View file

@ -11,9 +11,9 @@ Example:
## Bruh Button Emoji Replacer
This replace every discord emoji (including custom ones) with a bruh button. You can even put in your own 32x32 image to replace all emotes with a custom URL.
This replaces every Discord emoji (including custom ones) with a bruh button. You can even put in your own 32x32 image in the CSS file to replace all emotes with your own URL.
Example:
Example (before/after):
![Before](https://i.imgur.com/BNOP6Hg.png)

View file

@ -1,7 +1,7 @@
//META{"name":"Bruh Button Emotes","description":"Change all Discord emotes to a bruh button","author":"Chev","version":"1.0.0"}*//
.emoji, .da-emojiItem, .da-spriteItem {
box-sizing: border-box;
background: url("https://i.imgur.com/tL3jpys.png") center !important;
background: url("https://i.imgur.com/tL3jpys.png") center !important; /*Custom URL goes into url()!*/
}
.emoji {