mirror of
https://github.com/chev2/bd-themes.git
synced 2025-10-30 08:11:44 +00:00
Update bruhbutton theme/example
This commit is contained in:
parent
a4db90f37a
commit
9d995d783b
2 changed files with 3 additions and 3 deletions
|
|
@ -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):
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue