diff --git a/README.md b/README.md index 73715f8..b9dbe8e 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/themes/BruhButton.theme.css b/themes/BruhButton.theme.css index 4e94248..14c7971 100644 --- a/themes/BruhButton.theme.css +++ b/themes/BruhButton.theme.css @@ -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 {